Package com._1c.g5.v8.dt.bsl.model
Interface IndexAccess
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expression
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
IndexAccessImpl
public interface IndexAccess extends Expression
A representation of the model object 'Index Access'.The following features are supported:
- See Also:
BslPackage.getIndexAccess()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expression
getIndex()
Returns the value of the 'Index' containment reference.Expression
getSource()
Returns the value of the 'Source' containment reference.void
setIndex(Expression value)
Sets the value of the 'Index
' containment reference.void
setSource(Expression value)
Sets the value of the 'Source
' containment reference.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.dt.bsl.model.Expression
getRetValTypes, getTypes
-
-
-
-
Method Detail
-
getSource
Expression getSource()
Returns the value of the 'Source' containment reference.- Returns:
- the value of the 'Source' containment reference.
- See Also:
setSource(Expression)
,BslPackage.getIndexAccess_Source()
-
setSource
void setSource(Expression value)
Sets the value of the 'Source
' containment reference.- Parameters:
value
- the new value of the 'Source' containment reference.- See Also:
getSource()
-
getIndex
Expression getIndex()
Returns the value of the 'Index' containment reference.- Returns:
- the value of the 'Index' containment reference.
- See Also:
setIndex(Expression)
,BslPackage.getIndexAccess_Index()
-
setIndex
void setIndex(Expression value)
Sets the value of the 'Index
' containment reference.- Parameters:
value
- the new value of the 'Index' containment reference.- See Also:
getIndex()
-
-