| Package | Description |
|---|---|
| javax.ide.model.java.source |
Various interfaces for use with Tree objects.
|
| Modifier and Type | Method and Description |
|---|---|
abstract QuestionExpressionT |
TreeFactory.createQuestionExpression(ExpressionT one,
ExpressionT two,
ExpressionT three)
Creates a question expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeVisitor.visitQuestionExpression(QuestionExpressionT tree)
Visits a QuestionExpressionT.
|