Uses of Interface
org.eclipse.ocl.expressions.InvalidLiteralExp

Packages that use InvalidLiteralExp
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.expressions Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.impl Implementation of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.util Generated utilities for working with instances the Expressions model. 
org.eclipse.ocl.parser   
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
org.eclipse.ocl.util Miscellaneous utilities in support of the OCL parser and environment implementations. 
org.eclipse.ocl.utilities Abstract API for OCL AST utilities and extensions of the UML metamodel. 
 

Uses of InvalidLiteralExp in org.eclipse.ocl
 

Methods in org.eclipse.ocl with parameters of type InvalidLiteralExp
 Object EvaluationVisitorImpl.visitInvalidLiteralExp(InvalidLiteralExp<C> il)
           
 Object EvaluationVisitorDecorator.visitInvalidLiteralExp(InvalidLiteralExp<C> literalExp)
          Delegates to my decorated visitor.
 

Uses of InvalidLiteralExp in org.eclipse.ocl.ecore
 

Subinterfaces of InvalidLiteralExp in org.eclipse.ocl.ecore
 interface InvalidLiteralExp
          A representation of the model object 'Invalid Literal Exp'
 

Uses of InvalidLiteralExp in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type InvalidLiteralExp
<C> T
EcoreSwitch.caseExpressions_InvalidLiteralExp(InvalidLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Invalid Literal Exp'
<C> T
EcoreSwitch.caseInvalidLiteralExp_1(InvalidLiteralExp<C> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseExpressions_InvalidLiteralExp(org.eclipse.ocl.expressions.InvalidLiteralExp) method, instead.
 

Uses of InvalidLiteralExp in org.eclipse.ocl.expressions
 

Methods in org.eclipse.ocl.expressions that return InvalidLiteralExp
<C> InvalidLiteralExp<C>
ExpressionsFactory.createInvalidLiteralExp()
          Returns a new object of class 'Invalid Literal Exp'
 

Uses of InvalidLiteralExp in org.eclipse.ocl.expressions.impl
 

Classes in org.eclipse.ocl.expressions.impl that implement InvalidLiteralExp
 class InvalidLiteralExpImpl<C>
          An implementation of the model object 'Invalid Literal Exp'
 

Methods in org.eclipse.ocl.expressions.impl that return InvalidLiteralExp
<C> InvalidLiteralExp<C>
ExpressionsFactoryImpl.createInvalidLiteralExp()
           
 

Uses of InvalidLiteralExp in org.eclipse.ocl.expressions.util
 

Methods in org.eclipse.ocl.expressions.util with parameters of type InvalidLiteralExp
<C> T
ExpressionsSwitch.caseInvalidLiteralExp(InvalidLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Invalid Literal Exp'
 boolean ExpressionsValidator.validateInvalidLiteralExp(InvalidLiteralExp<?> invalidLiteralExp, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 

Uses of InvalidLiteralExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return InvalidLiteralExp
protected  InvalidLiteralExp<C> AbstractOCLAnalyzer.createDummyInvalidLiteralExp()
          Deprecated. Use the AbstractOCLAnalyzer.createDummyInvalidLiteralExp(Environment, CSTNode) method, instead
protected  InvalidLiteralExp<C> AbstractOCLAnalyzer.createDummyInvalidLiteralExp(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, CSTNode cstNode)
          Creates a dummy expression of invalid-literal type to be a placeholder for a (sub)expression that could not be parsed.
protected  InvalidLiteralExp<C> AbstractOCLAnalyzer.invalidLiteralExpCS(InvalidLiteralExpCS invalidLiteralExpCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env)
          InvalidLiteralExpCS
 

Methods in org.eclipse.ocl.parser with parameters of type InvalidLiteralExp
 Boolean ValidationVisitor.visitInvalidLiteralExp(InvalidLiteralExp<C> il)
           
 

Uses of InvalidLiteralExp in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type InvalidLiteralExp
<C> T
UMLSwitch.caseExpressions_InvalidLiteralExp(InvalidLiteralExp<C> object)
          Returns the result of interpreting the object as an instance of 'Invalid Literal Exp'
<C> T
UMLSwitch.caseInvalidLiteralExp_1(InvalidLiteralExp<C> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseExpressions_InvalidLiteralExp(org.eclipse.ocl.expressions.InvalidLiteralExp) method, instead.
 

Uses of InvalidLiteralExp in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type InvalidLiteralExp
 String ToStringVisitor.visitInvalidLiteralExp(InvalidLiteralExp<C> il)
           
 

Uses of InvalidLiteralExp in org.eclipse.ocl.utilities
 

Methods in org.eclipse.ocl.utilities that return InvalidLiteralExp
<C> InvalidLiteralExp<C>
OCLFactory.createInvalidLiteralExp()
          Returns a new object of class 'Invalid Literal Exp'
 

Methods in org.eclipse.ocl.utilities with parameters of type InvalidLiteralExp
 T Visitor.visitInvalidLiteralExp(InvalidLiteralExp<C> literalExp)
           
 T AbstractVisitor.visitInvalidLiteralExp(InvalidLiteralExp<C> literalExp)
          Simply returns AbstractVisitor.result.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.