| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BitLiteral
A representation of the model object 'Bit Literal'.
|
interface |
BooleanLiteral
A representation of the model object 'Boolean Literal'.
|
interface |
CharLiteral
A representation of the model object 'Char Literal'.
|
interface |
EnumLiteral
A representation of the model object 'Enum Literal'.
|
interface |
Integer
A representation of the model object 'Integer'.
|
interface |
IntegerLiteral
A representation of the model object 'Integer Literal'.
|
interface |
RealLiteral
A representation of the model object 'Real Literal'.
|
interface |
StringLiteral
A representation of the model object 'String Literal'.
|
| Modifier and Type | Method and Description |
|---|---|
Literal |
GASTMFactory.createLiteral()
Returns a new object of class 'Literal'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseLiteral(Literal object)
Returns the result of interpreting the object as an instance of 'Literal'.
|