Package | Description |
---|---|
javax.ide.model.java.source |
Various interfaces for use with Tree objects.
|
Modifier and Type | Method and Description |
---|---|
abstract AssertStatementT |
TreeFactory.createAssertStatement(ExpressionT condition,
ExpressionT output)
Creates an assert statement.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeVisitor.visitAssertStatement(AssertStatementT tree)
Visits a AssertStatementT.
|