Uses of Interface
org.codehaus.janino.Java.TypeDeclaration
-
Packages that use Java.TypeDeclaration Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of Java.TypeDeclaration in org.codehaus.janino
Subinterfaces of Java.TypeDeclaration in org.codehaus.janino Modifier and Type Interface Description static interfaceJava.MemberTypeDeclarationRepresents a class or interface declaration where the immediately enclosing scope is another class or interface declaration.static interfaceJava.NamedTypeDeclarationRepresents the declaration of a class or an interface that has a name.static interfaceJava.PackageMemberTypeDeclarationRepresents a class or interface declaration on compilation unit level.Classes in org.codehaus.janino that implement Java.TypeDeclaration Modifier and Type Class Description static classJava.AbstractTypeDeclarationAbstract implementation ofJava.TypeDeclaration.static classJava.AnonymousClassDeclarationRepresentation of a JLS7 15.9.5 'anonymous class declaration'.static classJava.ClassDeclarationBase for the various class declaration kinds.static classJava.InterfaceDeclarationBase for the various interface declaration kinds.static classJava.LocalClassDeclarationRepresentation of a 'local class declaration' i.e.static classJava.MemberClassDeclarationRepresentation of a 'member class declaration', i.e.static classJava.MemberInterfaceDeclarationRepresentation of a 'member interface declaration', i.e.static classJava.NamedClassDeclarationBase for the various named class declarations.static classJava.PackageMemberClassDeclarationImplementation of a 'package member class declaration', a.k.a.static classJava.PackageMemberInterfaceDeclarationRepresentation of a 'package member interface declaration', a.k.a.Fields in org.codehaus.janino declared as Java.TypeDeclaration Modifier and Type Field Description Java.TypeDeclarationJava.EnclosingScopeOfTypeDeclaration. typeDeclarationThe specific type declaration.Methods in org.codehaus.janino that return Java.TypeDeclaration Modifier and Type Method Description Java.TypeDeclarationJava.AbstractTypeBodyDeclaration. getDeclaringType()Java.TypeDeclarationJava.FieldDeclaration. getDeclaringType()Java.TypeDeclarationJava.MemberClassDeclaration. getDeclaringType()Java.TypeDeclarationJava.MemberInterfaceDeclaration. getDeclaringType()Java.TypeDeclarationJava.TypeBodyDeclaration. getDeclaringType()Methods in org.codehaus.janino with parameters of type Java.TypeDeclaration Modifier and Type Method Description voidJava.AbstractTypeBodyDeclaration. setDeclaringType(Java.TypeDeclaration declaringType)voidJava.FieldDeclaration. setDeclaringType(Java.TypeDeclaration declaringType)voidJava.FunctionDeclarator. setDeclaringType(Java.TypeDeclaration declaringType)voidJava.MemberClassDeclaration. setDeclaringType(Java.TypeDeclaration declaringType)voidJava.MemberInterfaceDeclaration. setDeclaringType(Java.TypeDeclaration declaringType)voidJava.TypeBodyDeclaration. setDeclaringType(Java.TypeDeclaration declaringType)Sets the type declaration that this declaration belongs to.Constructors in org.codehaus.janino with parameters of type Java.TypeDeclaration Constructor Description EnclosingScopeOfTypeDeclaration(Java.TypeDeclaration typeDeclaration)
-