Modifier and Type | Method and Description |
---|---|
FunctionExpressionTree |
getGetter()
Returns the setter function of this property if this
is an accessor property.
|
ExpressionTree |
getKey()
Returns the name of this property.
|
FunctionExpressionTree |
getSetter()
Returns the getter function of this property if this
is an accessor property.
|
ExpressionTree |
getValue()
Returns the value of this property.
|
accept, getEndPosition, getKind, getStartPosition
ExpressionTree getKey()
ExpressionTree getValue()
FunctionExpressionTree getGetter()
FunctionExpressionTree getSetter()
Copyright © 2014, 2015, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b80