Uses of Interface
org.codehaus.janino.Java.TypeBodyDeclaration
Packages that use Java.TypeBodyDeclaration
Package
Description
The core of the Janino Java compiler.
Application-independent helper classes.
-
Uses of Java.TypeBodyDeclaration in org.codehaus.janino
Subinterfaces of Java.TypeBodyDeclaration in org.codehaus.janinoModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceRepresents a class or interface declaration where the immediately enclosing scope is another class or interface declaration.Classes in org.codehaus.janino that implement Java.TypeBodyDeclarationModifier and TypeClassDescriptionstatic classAbstract implementation ofJava.TypeBodyDeclaration.static final classRepresentation of a constructor declarator.static final classThis class is derived from "Statement", because it provides for the initialization of the field.static classAbstract base class forJava.ConstructorDeclaratorandJava.MethodDeclarator.static final classRepresentation of an "instance initializer" (JLS7 8.6) or "static initializer" (JLS7 8.7).static final classRepresentation of a member annotation type declaration, a.k.a.static classRepresentation of a "member class declaration", i.e.static final classRepresentation of a "member enum declaration", i.e.static classRepresentation of a "member interface declaration", i.e.static final classRepresentation of a method declarator.Fields in org.codehaus.janino declared as Java.TypeBodyDeclarationModifier and TypeFieldDescription(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.TypeBodyDeclarationModifier and TypeMethodDescriptionprivate Java.TypeBodyDeclarationUnitCompiler.getDeclaringTypeBodyDeclaration(Java.QualifiedThisReference qtr) Methods in org.codehaus.janino with parameters of type Java.TypeBodyDeclarationModifier and TypeMethodDescriptionprivate 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.TypeBodyDeclarationMethods in org.codehaus.janino.util that return Java.TypeBodyDeclarationModifier and TypeMethodDescriptionDeepCopier.copyTypeBodyDeclaration(Java.TypeBodyDeclaration subject) Methods in org.codehaus.janino.util with parameters of type Java.TypeBodyDeclarationModifier and TypeMethodDescriptionDeepCopier.copyTypeBodyDeclaration(Java.TypeBodyDeclaration subject) voidAbstractTraverser.visitTypeBodyDeclaration(Java.TypeBodyDeclaration tbd) voidTraverser.visitTypeBodyDeclaration(Java.TypeBodyDeclaration tbd)