Package | Description |
---|---|
javax.ide.model.java.source |
Various interfaces for use with Tree objects.
|
Modifier and Type | Method and Description |
---|---|
abstract DotExpressionT |
TreeFactory.createDotReference(ExpressionT lhs,
java.lang.String name)
Creates a dot reference.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeVisitor.visitDotExpression(DotExpressionT tree)
Visits a DotExpressionT.
|