Uses of Interface
jdk.incubator.jextract.Declaration.Function
Packages that use Declaration.Function
-
Uses of Declaration.Function in jdk.incubator.jextract
Methods in jdk.incubator.jextract that return Declaration.FunctionModifier and TypeMethodDescriptionstatic 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.Methods in jdk.incubator.jextract with parameters of type Declaration.FunctionModifier and TypeMethodDescriptiondefault RDeclaration.Visitor.visitFunction(Declaration.Function d, P p) Visit a function declaration.