public interface LocateStatement extends ConditionPrefixable, LabelPrefixable, PLINode
The following features are supported:
PLIPackage.getLocateStatement()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Reference |
getBasedVariable()
Returns the value of the 'Based Variable' containment reference.
|
FileReferenceClause |
getFile()
Returns the value of the 'File' containment reference.
|
KeyFromOption |
getKeyFrom()
Returns the value of the 'Key From' containment reference.
|
Reference |
getSet()
Returns the value of the 'Set' containment reference.
|
void |
setBasedVariable(Reference value)
Sets the value of the '
Based Variable' containment reference. |
void |
setFile(FileReferenceClause value)
Sets the value of the '
File' containment reference. |
void |
setKeyFrom(KeyFromOption value)
Sets the value of the '
Key From' containment reference. |
void |
setSet(Reference value)
Sets the value of the '
Set' containment reference. |
getConditionPrefixesgetLabelPrefix, setLabelPrefixgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Reference getBasedVariable()
setBasedVariable(Reference),
PLIPackage.getLocateStatement_BasedVariable()void setBasedVariable(Reference value)
Based Variable' containment reference.
value - the new value of the 'Based Variable' containment reference.getBasedVariable()FileReferenceClause getFile()
setFile(FileReferenceClause),
PLIPackage.getLocateStatement_File()void setFile(FileReferenceClause value)
File' containment reference.
value - the new value of the 'File' containment reference.getFile()Reference getSet()
setSet(Reference),
PLIPackage.getLocateStatement_Set()void setSet(Reference value)
Set' containment reference.
value - the new value of the 'Set' containment reference.getSet()KeyFromOption getKeyFrom()
setKeyFrom(KeyFromOption),
PLIPackage.getLocateStatement_KeyFrom()void setKeyFrom(KeyFromOption value)
Key From' containment reference.
value - the new value of the 'Key From' containment reference.getKeyFrom()