| Modifier and Type | Method and Description |
|---|---|
protected void |
ParseTreeValidator.visit(UnaryExpressionTree tree) |
protected void |
ParseTreeVisitor.visit(UnaryExpressionTree tree) |
| Modifier and Type | Method and Description |
|---|---|
static UnaryExpressionTree |
ParseTreeFactory.createUnaryExpression(Token operator,
ParseTree operand) |
| Modifier and Type | Method and Description |
|---|---|
protected ParseTree |
ParseTreeTransformer.transform(UnaryExpressionTree tree) |
protected void |
ParseTreeWriter.visit(UnaryExpressionTree tree) |
| Modifier and Type | Method and Description |
|---|---|
UnaryExpressionTree |
ParseTree.asUnaryExpression() |
Copyright © 2009-2014 Google. All Rights Reserved.