uk.ac.ucl.cs.emofocl.jmi.ocl2.expressions
Interface ExpressionsPackage
- All Superinterfaces:
- ExtPackage, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefPackage
- All Known Implementing Classes:
- Expressions_PackageImpl
public interface ExpressionsPackage
- extends ExtPackage
Methods inherited from interface javax.jmi.reflect.RefPackage |
refAllAssociations, refAllClasses, refAllPackages, refAssociation, refAssociation, refClass, refClass, refCreateStruct, refCreateStruct, refDelete, refGetEnum, refGetEnum, refPackage, refPackage |
Methods inherited from interface javax.jmi.reflect.RefBaseObject |
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
getOclExpression
OclExpressionClass getOclExpression()
getLiteralExp
LiteralExpClass getLiteralExp()
getNullLiteralExp
NullLiteralExpClass getNullLiteralExp()
getInvalidLiteralExp
InvalidLiteralExpClass getInvalidLiteralExp()
getCollectionLiteralExp
CollectionLiteralExpClass getCollectionLiteralExp()
getCollectionLiteralPart
CollectionLiteralPartClass getCollectionLiteralPart()
getCollectionRange
CollectionRangeClass getCollectionRange()
getCollectionItem
CollectionItemClass getCollectionItem()
getTupleLiteralExp
TupleLiteralExpClass getTupleLiteralExp()
getEnumLiteralExp
EnumLiteralExpClass getEnumLiteralExp()
getPrimitiveLiteralExp
PrimitiveLiteralExpClass getPrimitiveLiteralExp()
getStringLiteralExp
StringLiteralExpClass getStringLiteralExp()
getBooleanLiteralExp
BooleanLiteralExpClass getBooleanLiteralExp()
getNumericLiteralExp
NumericLiteralExpClass getNumericLiteralExp()
getIntegerLiteralExp
IntegerLiteralExpClass getIntegerLiteralExp()
getRealLiteralExp
RealLiteralExpClass getRealLiteralExp()
getCallExp
CallExpClass getCallExp()
getFeatureCallExp
FeatureCallExpClass getFeatureCallExp()
getNavigationCallExp
NavigationCallExpClass getNavigationCallExp()
getOperationCallExp
OperationCallExpClass getOperationCallExp()
getPropertyCallExp
PropertyCallExpClass getPropertyCallExp()
getVariableDeclaration
VariableDeclarationClass getVariableDeclaration()
getLoopExp
LoopExpClass getLoopExp()
getIterateExp
IterateExpClass getIterateExp()
getLetExp
LetExpClass getLetExp()
getIteratorExp
IteratorExpClass getIteratorExp()
getIfExp
IfExpClass getIfExp()
getVariableExp
VariableExpClass getVariableExp()