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