Uses of Interface
jdk.incubator.jextract.Type.Delegated
Packages that use Type.Delegated
-
Uses of Type.Delegated in jdk.incubator.jextract
Methods in jdk.incubator.jextract that return Type.DelegatedModifier and TypeMethodDescriptionstatic Type.DelegatedType.pointer()Creates a new pointer type with no associated pointee information.static Type.DelegatedCreates a new pointer type with given pointee type.static Type.DelegatedCreates a new pointer type with given pointee type.static Type.DelegatedType.qualified(Type.Delegated.Kind kind, Type type) Creates a new qualified type given kind and underlying type.static Type.DelegatedCreates a new typedef type given name and underlying type.Methods in jdk.incubator.jextract with parameters of type Type.DelegatedModifier and TypeMethodDescriptiondefault RType.Visitor.visitDelegated(Type.Delegated t, P p) Visit a delegated type.