Modifier and Type | Method and Description |
---|---|
protected void |
ParseTreeValidator.visit(BinaryOperatorTree tree) |
protected void |
ParseTreeVisitor.visit(BinaryOperatorTree tree) |
Modifier and Type | Method and Description |
---|---|
static BinaryOperatorTree |
ParseTreeFactory.createAssignmentExpression(ParseTree lhs,
ParseTree rhs) |
static BinaryOperatorTree |
ParseTreeFactory.createBinaryOperator(ParseTree left,
Token operator,
ParseTree right) |
Modifier and Type | Method and Description |
---|---|
protected ParseTree |
ParseTreeTransformer.transform(BinaryOperatorTree tree) |
protected void |
ParseTreeWriter.visit(BinaryOperatorTree tree) |
Modifier and Type | Method and Description |
---|---|
BinaryOperatorTree |
ParseTree.asBinaryOperator() |
Copyright © 2009-2014 Google. All Rights Reserved.