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 interface
static interface
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.TypeBodyDeclarationModifier and TypeClassDescriptionstatic class
Abstract implementation ofJava.TypeBodyDeclaration
.static final class
Representation of a constructor declarator.static final class
This class is derived from "Statement", because it provides for the initialization of the field.static class
Abstract base class forJava.ConstructorDeclarator
andJava.MethodDeclarator
.static final class
Representation of an "instance initializer" (JLS7 8.6) or "static initializer" (JLS7 8.7).static final class
Representation of a member annotation type declaration, a.k.a.static class
Representation of a "member class declaration", i.e.static final class
Representation of a "member enum declaration", i.e.static class
Representation of a "member interface declaration", i.e.static final class
Representation of a method declarator.Fields in org.codehaus.janino declared as Java.TypeBodyDeclarationModifier and TypeFieldDescription(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.TypeBodyDeclarationModifier and TypeMethodDescriptionprivate Java.TypeBodyDeclaration
UnitCompiler.getDeclaringTypeBodyDeclaration
(Java.QualifiedThisReference qtr) Methods in org.codehaus.janino with parameters of type Java.TypeBodyDeclarationModifier and TypeMethodDescriptionprivate static boolean
UnitCompiler.isStaticContext
(Java.TypeBodyDeclaration tbd) private void
UnitCompiler.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) void
AbstractTraverser.visitTypeBodyDeclaration
(Java.TypeBodyDeclaration tbd) void
Traverser.visitTypeBodyDeclaration
(Java.TypeBodyDeclaration tbd)