Uses of Interface
org.codehaus.janino.Java.TypeBodyDeclaration
-
Packages that use Java.TypeBodyDeclaration Package Description org.codehaus.janino The core of the Janino Java compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of Java.TypeBodyDeclaration in org.codehaus.janino
Subinterfaces of Java.TypeBodyDeclaration in org.codehaus.janino Modifier and Type Interface Description static interfaceJava.FieldDeclarationOrInitializerstatic interfaceJava.MemberTypeDeclarationRepresents a class or interface declaration where the immediately enclosing scope is another class or interface declaration.Classes in org.codehaus.janino that implement Java.TypeBodyDeclaration Modifier and Type Class Description static classJava.AbstractTypeBodyDeclarationAbstract implementation ofJava.TypeBodyDeclaration.static classJava.ConstructorDeclaratorRepresentation of a constructor declarator.static classJava.FieldDeclarationThis class is derived from "Statement", because it provides for the initialization of the field.static classJava.FunctionDeclaratorAbstract base class forJava.ConstructorDeclaratorandJava.MethodDeclarator.static classJava.InitializerRepresentation of an "instance initializer" (JLS7 8.6) or "static initializer" (JLS7 8.7).static classJava.MemberAnnotationTypeDeclarationRepresentation of a member annotation type declaration, a.k.a.static classJava.MemberClassDeclarationRepresentation of a "member class declaration", i.e.static classJava.MemberEnumDeclarationRepresentation of a "member enum declaration", i.e.static classJava.MemberInterfaceDeclarationRepresentation of a "member interface declaration", i.e.static classJava.MethodDeclaratorRepresentation of a method declarator.Fields in org.codehaus.janino declared as Java.TypeBodyDeclaration Modifier and Type Field Description (package private) Java.TypeBodyDeclarationJava.QualifiedThisReference. declaringTypeBodyDeclarationThe innermost "type body declaration" enclosing this "qualified this reference", i.e.Methods in org.codehaus.janino that return Java.TypeBodyDeclaration Modifier and Type Method Description private Java.TypeBodyDeclarationUnitCompiler. getDeclaringTypeBodyDeclaration(Java.QualifiedThisReference qtr)Methods in org.codehaus.janino with parameters of type Java.TypeBodyDeclaration Modifier and Type Method Description private static booleanUnitCompiler. isStaticContext(Java.TypeBodyDeclaration tbd)private voidUnitCompiler. referenceThis(Java.Locatable locatable, Java.AbstractTypeDeclaration declaringType, Java.TypeBodyDeclaration declaringTypeBodyDeclaration, IType targetIType) -
Uses of Java.TypeBodyDeclaration in org.codehaus.janino.util
Fields in org.codehaus.janino.util with type parameters of type Java.TypeBodyDeclaration Modifier and Type Field Description private Visitor.TypeBodyDeclarationVisitor<Java.TypeBodyDeclaration,CompileException>DeepCopier. typeBodyDeclarationCopierMethods in org.codehaus.janino.util that return Java.TypeBodyDeclaration Modifier and Type Method Description Java.TypeBodyDeclarationDeepCopier. copyTypeBodyDeclaration(Java.TypeBodyDeclaration subject)Methods in org.codehaus.janino.util with parameters of type Java.TypeBodyDeclaration Modifier and Type Method Description Java.TypeBodyDeclarationDeepCopier. copyTypeBodyDeclaration(Java.TypeBodyDeclaration subject)voidAbstractTraverser. visitTypeBodyDeclaration(Java.TypeBodyDeclaration tbd)voidTraverser. visitTypeBodyDeclaration(Java.TypeBodyDeclaration tbd)
-