Uses of Interface
jdk.incubator.jextract.Type.Function
Packages that use Type.Function
-
Uses of Type.Function in jdk.incubator.jextract
Methods in jdk.incubator.jextract that return Type.FunctionModifier and TypeMethodDescriptionstatic Type.FunctionCreates a new function type with given parameter types and return type.Declaration.Function.type()The foreign type associated with this function declaration.Methods in jdk.incubator.jextract with parameters of type Type.FunctionModifier and TypeMethodDescriptionstatic Optional<FunctionDescriptor>Type.descriptorFor(Type.Function function) Compute the function descriptor for a given function type.static Declaration.FunctionDeclaration.function(Position pos, String name, Type.Function type, Declaration.Variable... params) Creates a new function declaration with given name, type and parameter declarations.default RType.Visitor.visitFunction(Type.Function t, P p) Visit a function type.