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.
|
Modifier and Type | Field and Description |
---|---|
Java.LocalClassDeclaration |
Java.LocalClassDeclarationStatement.lcd
The class declaration that poses the body of the statement.
|
Modifier and Type | Method and Description |
---|---|
void |
Visitor.TypeDeclarationVisitor.visitLocalClassDeclaration(Java.LocalClassDeclaration lcd)
Invoked by
accept(Visitor.TypeDeclarationVisitor) |
void |
UnparseVisitor.visitLocalClassDeclaration(Java.LocalClassDeclaration lcd) |
Constructor and Description |
---|
LocalClassDeclarationStatement(Java.LocalClassDeclaration lcd) |
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseLocalClassDeclaration(Java.LocalClassDeclaration lcd) |
Copyright © 2001–2016. All rights reserved.