Package | Description |
---|---|
jeb.api.ast |
This package contains classes used to represent Java Abstract Syntax Trees (AST).
|
Modifier and Type | Class and Description |
---|---|
class |
Block
This AST element represents a sequence of
Statement s. |
class |
DoWhileStm
This AST element represents a do-while loop statement.
|
class |
ForStm
This AST element represents a for loop statement.
|
class |
IfStm
This AST element represents the if-statement.
|
class |
SwitchStm
This AST element represents the switch-statement.
|
class |
TryStm
This AST element represents the try-catch element.
|
class |
WhileStm
This AST element represents a while loop statement.
|