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.Block |
Java.Initializer.block
The block that poses the initializer.
|
Java.Block |
Java.CatchClause.body
Body of the CATCH clause.
|
Java.Block |
Java.TryStatement.optionalFinally
The optional 'finally' block of the TRY statement.
|
Modifier and Type | Method and Description |
---|---|
Java.Block |
Parser.parseBlock()
'{' BlockStatements '}'
|
Java.Block |
Parser.parseMethodBody()
MethodBody := Block
|
Modifier and Type | Method and Description |
---|---|
void |
Visitor.BlockStatementVisitor.visitBlock(Java.Block b)
Invoked by
accept(Visitor.BlockStatementVisitor) |
void |
UnparseVisitor.visitBlock(Java.Block b) |
Constructor and Description |
---|
CatchClause(Location location,
Java.FunctionDeclarator.FormalParameter caughtException,
Java.Block body) |
Initializer(Location location,
boolean statiC,
Java.Block block) |
TryStatement(Location location,
Java.BlockStatement body,
List<Java.CatchClause> catchClauses,
Java.Block optionalFinally) |
Modifier and Type | Method and Description |
---|---|
void |
Traverser.traverseBlock(Java.Block b) |
Copyright © 2001–2016. All rights reserved.