public interface IntersectionCall extends MethodCall
The following features are supported:
GremlinPackage.getIntersectionCall()| Modifier and Type | Method and Description |
|---|---|
TypeDeclaration |
getCast()
Returns the value of the 'Cast' containment reference.
|
Instruction |
getLeftCollection()
Returns the value of the 'Left Collection' containment reference.
|
Instruction |
getRightCollection()
Returns the value of the 'Right Collection' containment reference.
|
void |
setCast(TypeDeclaration value)
Sets the value of the '
Cast' containment reference. |
void |
setLeftCollection(Instruction value)
Sets the value of the '
Left Collection' containment reference. |
void |
setRightCollection(Instruction value)
Sets the value of the '
Right Collection' containment reference. |
String |
toString() |
getNextElement, getPreviousElement, setNextElement, setPreviousElementInstruction getLeftCollection()
setLeftCollection(Instruction),
GremlinPackage.getIntersectionCall_LeftCollection()void setLeftCollection(Instruction value)
Left Collection' containment reference.
value - the new value of the 'Left Collection' containment reference.getLeftCollection()Instruction getRightCollection()
setRightCollection(Instruction),
GremlinPackage.getIntersectionCall_RightCollection()void setRightCollection(Instruction value)
Right Collection' containment reference.
value - the new value of the 'Right Collection' containment reference.getRightCollection()TypeDeclaration getCast()
setCast(TypeDeclaration),
GremlinPackage.getIntersectionCall_Cast()void setCast(TypeDeclaration value)
Cast' containment reference.
value - the new value of the 'Cast' containment reference.getCast()Copyright © 2018–2019 Atlanmod. All rights reserved.