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


Method Summary
 BooleanLiteralExpClass getBooleanLiteralExp()
           
 CallExpClass getCallExp()
           
 CollectionItemClass getCollectionItem()
           
 CollectionLiteralExpClass getCollectionLiteralExp()
           
 CollectionLiteralPartClass getCollectionLiteralPart()
           
 CollectionRangeClass getCollectionRange()
           
 EnumLiteralExpClass getEnumLiteralExp()
           
 FeatureCallExpClass getFeatureCallExp()
           
 IfExpClass getIfExp()
           
 IntegerLiteralExpClass getIntegerLiteralExp()
           
 InvalidLiteralExpClass getInvalidLiteralExp()
           
 IterateExpClass getIterateExp()
           
 IteratorExpClass getIteratorExp()
           
 LetExpClass getLetExp()
           
 LiteralExpClass getLiteralExp()
           
 LoopExpClass getLoopExp()
           
 NavigationCallExpClass getNavigationCallExp()
           
 NullLiteralExpClass getNullLiteralExp()
           
 NumericLiteralExpClass getNumericLiteralExp()
           
 OclExpressionClass getOclExpression()
           
 OperationCallExpClass getOperationCallExp()
           
 PrimitiveLiteralExpClass getPrimitiveLiteralExp()
           
 PropertyCallExpClass getPropertyCallExp()
           
 RealLiteralExpClass getRealLiteralExp()
           
 StringLiteralExpClass getStringLiteralExp()
           
 TupleLiteralExpClass getTupleLiteralExp()
           
 VariableDeclarationClass getVariableDeclaration()
           
 VariableExpClass getVariableExp()
           
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtPackage
extAddPackageListener, extRemovePackageListener, extWriteToXMI
 
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
 

Method Detail

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()