Modifier and Type | Interface and Description |
---|---|
interface |
BoolValue
A representation of the model object 'Bool Value'.
|
interface |
DoubleValue
A representation of the model object 'Double Value'.
|
interface |
IntValue
A representation of the model object 'Int Value'.
|
interface |
ListValue
A representation of the model object 'List Value'.
|
interface |
StringValue
A representation of the model object 'String Value'.
|
Modifier and Type | Method and Description |
---|---|
LiteralValueReference |
PatternLanguageFactory.createLiteralValueReference()
Returns a new object of class 'Literal Value Reference'.
|
Modifier and Type | Class and Description |
---|---|
class |
BoolValueImpl
An implementation of the model object 'Bool Value'.
|
class |
DoubleValueImpl
An implementation of the model object 'Double Value'.
|
class |
IntValueImpl
An implementation of the model object 'Int Value'.
|
class |
ListValueImpl
An implementation of the model object 'List Value'.
|
class |
LiteralValueReferenceImpl
An implementation of the model object 'Literal Value Reference'.
|
class |
StringValueImpl
An implementation of the model object 'String Value'.
|
Modifier and Type | Method and Description |
---|---|
LiteralValueReference |
PatternLanguageFactoryImpl.createLiteralValueReference() |
Modifier and Type | Method and Description |
---|---|
T |
PatternLanguageSwitch.caseLiteralValueReference(LiteralValueReference object)
Returns the result of interpreting the object as an instance of 'Literal Value Reference'.
|