| Modifier and Type | Method and Description |
|---|---|
protected void |
ParseTreeValidator.visit(ConditionalExpressionTree tree) |
protected void |
ParseTreeVisitor.visit(ConditionalExpressionTree tree) |
| Modifier and Type | Method and Description |
|---|---|
static ConditionalExpressionTree |
ParseTreeFactory.createConditionalExpression(ParseTree condition,
ParseTree left,
ParseTree right) |
| Modifier and Type | Method and Description |
|---|---|
protected ParseTree |
ParseTreeTransformer.transform(ConditionalExpressionTree tree) |
protected void |
ParseTreeWriter.visit(ConditionalExpressionTree tree) |
| Modifier and Type | Method and Description |
|---|---|
ConditionalExpressionTree |
ParseTree.asConditionalExpression() |
Copyright © 2009-2014 Google. All Rights Reserved.