Package | Description |
---|---|
javax.ide.model.java.source |
Various interfaces for use with Tree objects.
|
Modifier and Type | Method and Description |
---|---|
abstract WrapperExpressionT |
TreeFactory.createWrapperExpression(ExpressionT operand)
Creates a wrapper expression.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeVisitor.visitWrapperExpression(WrapperExpressionT tree)
Visits a WrapperExpressionT.
|