|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Java.BlockStatement
Everything that can be compiled to code, e.g. the statements occurring in the body of a method or in a block, explicit constructor invocations and instance/static initializers.
| Method Summary | |
|---|---|
void |
accept(Visitor.BlockStatementVisitor visitor)
Invokes the ' visit...()' method of Visitor.BlockStatementVisitor for the concrete
Java.BlockStatement type. |
Java.LocalVariable |
findLocalVariable( name)
|
Java.Scope |
getEnclosingScope()
|
void |
setEnclosingScope(Java.Scope enclosingScope)
Sets the enclosing scope of this Java.BlockStatement. |
| Methods inherited from interface org.codehaus.janino.Java.Locatable |
|---|
getLocation, throwCompileException |
| Method Detail |
|---|
void setEnclosingScope(Java.Scope enclosingScope)
Java.BlockStatement.
Java.Scope getEnclosingScope()
getEnclosingScope in interface Java.Scopenullvoid accept(Visitor.BlockStatementVisitor visitor)
visit...()' method of Visitor.BlockStatementVisitor for the concrete
Java.BlockStatement type.
Java.LocalVariable findLocalVariable( name)
name
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||