Uses of Interface
org.codehaus.janino.Java.TypeBodyDeclaration

Packages that use Java.TypeBodyDeclaration
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
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
static class Java.AbstractTypeBodyDeclaration
           
static class Java.ConstructorDeclarator
           
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 for Java.ConstructorDeclarator and Java.MethodDeclarator.
static class Java.Initializer
          Representation of an instance (JLS2 8.6) or static initializer (JLS2 8.7).
static class Java.MemberClassDeclaration
           
static class Java.MemberInterfaceDeclaration
           
static class Java.MethodDeclarator
           
 

Methods in org.codehaus.janino with parameters of type Java.TypeBodyDeclaration
 void Java.ClassDeclaration.addVariableDeclaratorOrInitializer(Java.TypeBodyDeclaration tbd)
           
 



Copyright © 2001-2011. All Rights Reserved.