Uses of Class
org.codehaus.janino.Java.LocalClassDeclaration
-
Packages that use Java.LocalClassDeclaration Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of Java.LocalClassDeclaration in org.codehaus.janino
Fields in org.codehaus.janino declared as Java.LocalClassDeclaration Modifier and Type Field Description Java.LocalClassDeclaration
Java.LocalClassDeclarationStatement. lcd
The class declaration that poses the body of the statement.Methods in org.codehaus.janino that return Java.LocalClassDeclaration Modifier and Type Method Description private static Java.LocalClassDeclaration
UnitCompiler. findLocalClassDeclaration(Java.Scope s, java.lang.String name)
Finds a local class declared in any block enclosing the given block statement.Methods in org.codehaus.janino with parameters of type Java.LocalClassDeclaration Modifier and Type Method Description private void
UnitCompiler. compile2(Java.LocalClassDeclaration lcd)
void
UnparseVisitor. visitLocalClassDeclaration(Java.LocalClassDeclaration lcd)
void
Visitor.TypeDeclarationVisitor. visitLocalClassDeclaration(Java.LocalClassDeclaration lcd)
Invoked byaccept(Visitor.TypeDeclarationVisitor)
Constructors in org.codehaus.janino with parameters of type Java.LocalClassDeclaration Constructor Description LocalClassDeclarationStatement(Java.LocalClassDeclaration lcd)
-
Uses of Java.LocalClassDeclaration in org.codehaus.janino.util
Methods in org.codehaus.janino.util with parameters of type Java.LocalClassDeclaration Modifier and Type Method Description void
Traverser. traverseLocalClassDeclaration(Java.LocalClassDeclaration lcd)
-