public interface IntegerLiteral extends Expression
The following features are supported:
GremlinPackage.getIntegerLiteral()| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setValue(int value)
Sets the value of the '
Value' attribute. |
String |
toString() |
int getValue()
setValue(int),
GremlinPackage.getIntegerLiteral_Value()void setValue(int value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()Copyright © 2018–2019 Atlanmod. All rights reserved.