Package | Description |
---|---|
com.google.javascript.jscomp.parsing.parser.trees |
Modifier and Type | Field and Description |
---|---|
UpdateExpressionTree.OperatorPosition |
UpdateExpressionTree.operatorPosition |
Modifier and Type | Method and Description |
---|---|
static UpdateExpressionTree.OperatorPosition |
UpdateExpressionTree.OperatorPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UpdateExpressionTree.OperatorPosition[] |
UpdateExpressionTree.OperatorPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
UpdateExpressionTree(SourceRange location,
Token operator,
UpdateExpressionTree.OperatorPosition operatorPosition,
ParseTree operand) |
Copyright © 2009-2018 Google. All Rights Reserved.