Uses of Interface
jdk.incubator.jextract.Type.Primitive
Packages that use Type.Primitive
-
Uses of Type.Primitive in jdk.incubator.jextract
Methods in jdk.incubator.jextract that return Type.PrimitiveModifier and TypeMethodDescriptionstatic Type.PrimitiveType.primitive(Type.Primitive.Kind kind) Creates a new primitive type given kind.static Type.PrimitiveType.void_()Create thevoidtype.Methods in jdk.incubator.jextract with parameters of type Type.PrimitiveModifier and TypeMethodDescriptiondefault RType.Visitor.visitPrimitive(Type.Primitive t, P p) Visit a primitive type.