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. -
Uses of Java.TypeBodyDeclaration in org.codehaus.janino.util
Methods 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)