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 | 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 | Description |
---|---|---|
Java.Block |
Parser.parseBlock() |
'{' BlockStatements '}'
|
Java.Block |
Parser.parseMethodBody() |
MethodBody := Block
|
Modifier and Type | Method | Description |
---|---|---|
void |
UnparseVisitor.visitBlock(Java.Block b) |
|
void |
Visitor.BlockStatementVisitor.visitBlock(Java.Block b) |
Invoked by
accept(Visitor.BlockStatementVisitor) |
Constructor | 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 | Description |
---|---|---|
void |
Traverser.traverseBlock(Java.Block b) |
Copyright © 2001–2019. All rights reserved.