Uses of Interface
jdk.incubator.jextract.Type.Array
Packages that use Type.Array
-
Uses of Type.Array in jdk.incubator.jextract
Methods in jdk.incubator.jextract that return Type.ArrayModifier and TypeMethodDescriptionstatic Type.ArrayCreates a new array type with given element count and element type.static Type.ArrayCreates a new array type with given element type.static Type.ArrayCreates a new vector type with given element count and element type.Methods in jdk.incubator.jextract with parameters of type Type.ArrayModifier and TypeMethodDescriptiondefault RType.Visitor.visitArray(Type.Array t, P p) Visit an array type.