| Package | Description |
|---|---|
| fr.inria.atlanmod.mogwai.gremlin | |
| fr.inria.atlanmod.mogwai.gremlin.impl | |
| fr.inria.atlanmod.mogwai.gremlin.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AffectationExpression
A representation of the model object 'Affectation Expression'.
|
interface |
AndExpression
A representation of the model object 'And Expression'.
|
interface |
BinaryExpression
A representation of the model object 'Binary Expression'.
|
interface |
BooleanLiteral
A representation of the model object 'Boolean Literal'.
|
interface |
DifferenceExpression
A representation of the model object 'Difference Expression'.
|
interface |
DoubleLiteral
A representation of the model object 'Double Literal'.
|
interface |
EqualityExpression
A representation of the model object 'Equality Expression'.
|
interface |
GreaterExpression
A representation of the model object 'Greater Expression'.
|
interface |
GreaterOrEqualExpression
A representation of the model object 'Greater Or Equal Expression'.
|
interface |
InExpression
A representation of the model object 'In Expression'.
|
interface |
IntegerLiteral
A representation of the model object 'Integer Literal'.
|
interface |
LeftShiftExpression
A representation of the model object 'Left Shift Expression'.
|
interface |
LessExpression
A representation of the model object 'Less Expression'.
|
interface |
LessOrEqualExpression
A representation of the model object 'Less Or Equal Expression'.
|
interface |
NotExpression
A representation of the model object 'Not Expression'.
|
interface |
NullLiteral
A representation of the model object 'Null Literal'.
|
interface |
OrExpression
A representation of the model object 'Or Expression'.
|
interface |
PlusExpression
A representation of the model object 'Plus Expression'.
|
interface |
StringLiteral
A representation of the model object 'String Literal'.
|
interface |
TernaryOperator
A representation of the model object 'Ternary Operator'.
|
interface |
UnaryExpression
A representation of the model object 'Unary Expression'.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
GremlinFactory.createExpression()
Returns a new object of class 'Expression'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AffectationExpressionImpl
An implementation of the model object 'Affectation Expression'.
|
class |
AndExpressionImpl
An implementation of the model object 'And Expression'.
|
class |
BinaryExpressionImpl
An implementation of the model object 'Binary Expression'.
|
class |
BooleanLiteralImpl
An implementation of the model object 'Boolean Literal'.
|
class |
DifferenceExpressionImpl
An implementation of the model object 'Difference Expression'.
|
class |
DoubleLiteralImpl
An implementation of the model object 'Double Literal'.
|
class |
EqualityExpressionImpl
An implementation of the model object 'Equality Expression'.
|
class |
ExpressionImpl
An implementation of the model object 'Expression'.
|
class |
GreaterExpressionImpl
An implementation of the model object 'Greater Expression'.
|
class |
GreaterOrEqualExpressionImpl
An implementation of the model object 'Greater Or Equal Expression'.
|
class |
InExpressionImpl
An implementation of the model object 'In Expression'.
|
class |
IntegerLiteralImpl
An implementation of the model object 'Integer Literal'.
|
class |
LeftShiftExpressionImpl
An implementation of the model object 'Left Shift Expression'.
|
class |
LessExpressionImpl
An implementation of the model object 'Less Expression'.
|
class |
LessOrEqualExpressionImpl
An implementation of the model object 'Less Or Equal Expression'.
|
class |
NotExpressionImpl
An implementation of the model object 'Not Expression'.
|
class |
NullLiteralImpl
An implementation of the model object 'Null Literal'.
|
class |
OrExpressionImpl
An implementation of the model object 'Or Expression'.
|
class |
PlusExpressionImpl
An implementation of the model object 'Plus Expression'.
|
class |
StringLiteralImpl
An implementation of the model object 'String Literal'.
|
class |
TernaryOperatorImpl
An implementation of the model object 'Ternary Operator'.
|
class |
UnaryExpressionImpl
An implementation of the model object 'Unary Expression'.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
GremlinFactoryImpl.createExpression() |
| Modifier and Type | Method and Description |
|---|---|
T |
GremlinSwitch.caseExpression(Expression object)
Returns the result of interpreting the object as an instance of 'Expression'.
|
Copyright © 2018–2019 Atlanmod. All rights reserved.