Uses of Interface
org.codehaus.janino.Java.TypeBodyDeclaration
-
Packages that use Java.TypeBodyDeclaration Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of Java.TypeBodyDeclaration in org.codehaus.janino
Subinterfaces of Java.TypeBodyDeclaration in org.codehaus.janino Modifier and Type Interface Description static interface
Java.MemberTypeDeclaration
Represents 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 class
Java.AbstractTypeBodyDeclaration
Abstract implementation ofJava.TypeBodyDeclaration
.static class
Java.ConstructorDeclarator
Representation of a constructor declarator.static class
Java.FieldDeclaration
This class is derived from "Statement", because it provides for the initialization of the field.static class
Java.FunctionDeclarator
Abstract base class forJava.ConstructorDeclarator
andJava.MethodDeclarator
.static class
Java.Initializer
Representation of an 'instance initializer' (JLS7 8.6) or 'static initializer' (JLS7 8.7).static class
Java.MemberClassDeclaration
Representation of a 'member class declaration', i.e.static class
Java.MemberInterfaceDeclaration
Representation of a 'member interface declaration', i.e.static class
Java.MethodDeclarator
Representation of a method declarator.Fields in org.codehaus.janino declared as Java.TypeBodyDeclaration Modifier and Type Field Description (package private) Java.TypeBodyDeclaration
Java.QualifiedThisReference. declaringTypeBodyDeclaration
The 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.TypeBodyDeclaration
UnitCompiler. getDeclaringTypeBodyDeclaration(Java.QualifiedThisReference qtr)
Methods in org.codehaus.janino with parameters of type Java.TypeBodyDeclaration Modifier and Type Method Description private void
UnitCompiler. referenceThis(Java.Locatable locatable, Java.ClassDeclaration declaringClass, Java.TypeBodyDeclaration declaringTypeBodyDeclaration, IClass targetIClass)
-