Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.properties.util |
Modifier and Type | Method and Description |
---|---|
IntegerLiteral |
Aadl2Factory.createIntegerLiteral()
Returns a new object of class 'Integer Literal'.
|
Modifier and Type | Class and Description |
---|---|
class |
IntegerLiteralImpl
An implementation of the model object 'Integer Literal'.
|
Modifier and Type | Method and Description |
---|---|
IntegerLiteral |
Aadl2FactoryImpl.createIntegerLiteral() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseIntegerLiteral(IntegerLiteral object)
Returns the result of interpreting the object as an instance of 'Integer Literal'.
|
boolean |
Aadl2Validator.validateIntegerLiteral(IntegerLiteral integerLiteral,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
static IntegerLiteral |
PropertyUtils.createIntegerValue(long intValue)
Creates a PropertyValue for an aadlinteger.
|
static IntegerLiteral |
PropertyUtils.createIntegerValue(long intValue,
UnitLiteral unit)
Creates a PropertyValue for an aadlinteger with units.
|