Uses of Interface
jdk.incubator.jextract.Type.Declared
Packages that use Type.Declared
-
Uses of Type.Declared in jdk.incubator.jextract
Methods in jdk.incubator.jextract that return Type.DeclaredModifier and TypeMethodDescriptionstatic Type.DeclaredType.declared(Declaration.Scoped tree) Creates a new declared type with given foreign declaration.Methods in jdk.incubator.jextract with parameters of type Type.DeclaredModifier and TypeMethodDescriptiondefault RType.Visitor.visitDeclared(Type.Declared t, P p) Visit a declared type.