public interface IntegerLiteralExpCS extends PrimitiveLiteralExpCS
The following features are supported:
CSTPackage.getIntegerLiteralExpCS()| Modifier and Type | Method and Description |
|---|---|
Integer |
getIntegerSymbol()
Returns the value of the 'Integer Symbol' attribute.
|
Long |
getLongSymbol()
Returns the value of the 'Long Symbol' attribute.
|
void |
setIntegerSymbol(Integer value)
Sets the value of the '
Integer Symbol' attribute. |
void |
setLongSymbol(Long value)
Sets the value of the '
Long Symbol' attribute. |
getSymbol, setSymbolgetAst, getEndOffset, getEndToken, getStartOffset, getStartToken, setAst, setEndOffset, setEndToken, setStartOffset, setStartTokenInteger getIntegerSymbol()
If the meaning of the 'Integer Symbol' attribute isn't clear, there really should be more of a description here...
setIntegerSymbol(Integer),
CSTPackage.getIntegerLiteralExpCS_IntegerSymbol()void setIntegerSymbol(Integer value)
Integer Symbol' attribute.
value - the new value of the 'Integer Symbol' attribute.getIntegerSymbol()Long getLongSymbol()
If the meaning of the 'Long Symbol' attribute isn't clear, there really should be more of a description here...
setLongSymbol(Long),
CSTPackage.getIntegerLiteralExpCS_LongSymbol()void setLongSymbol(Long value)
Long Symbol' attribute.
value - the new value of the 'Long Symbol' attribute.getLongSymbol()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.