Uses of Class
org.eclipse.emf.ocl.parser.ParserException

Packages that use ParserException
org.eclipse.emf.ocl.expressions Abstract API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.impl Implementation of the API for OCL expression syntax.  
org.eclipse.emf.ocl.expressions.util EMF utilities for the OCL expression syntax API.  
org.eclipse.emf.ocl.parser Definition of the extensible environment API for OCL parsing and evaluation.  
org.eclipse.emf.ocl.query.impl Implementation of the API for OCL queries.  
 

Uses of ParserException in org.eclipse.emf.ocl.expressions
 

Methods in org.eclipse.emf.ocl.expressions that throw ParserException
 OCLExpression ExpressionsFactory.createOCLExpression(java.lang.String text)
          Parses the specified OCL expression text to create a new expression instance.
 

Uses of ParserException in org.eclipse.emf.ocl.expressions.impl
 

Methods in org.eclipse.emf.ocl.expressions.impl that throw ParserException
 OCLExpression ExpressionsFactoryImpl.createOCLExpression(java.lang.String text)
           
 

Uses of ParserException in org.eclipse.emf.ocl.expressions.util
 

Methods in org.eclipse.emf.ocl.expressions.util that throw ParserException
static OCLExpression ExpressionsUtil.createQuery(org.eclipse.emf.ecore.EClassifier context, java.lang.String expression, boolean validate)
          Creates a query expression with an arbitrary result type.
static OCLExpression ExpressionsUtil.createQuery(Environment env, java.lang.String expression, boolean validate)
          Creates a query expression with an arbitrary result type in the specified environment.
static OCLExpression ExpressionsUtil.createInvariant(org.eclipse.emf.ecore.EClassifier context, java.lang.String expression, boolean validate)
          Creates an invariant constraint expression.
static OCLExpression ExpressionsUtil.createInvariant(Environment env, java.lang.String expression, boolean validate)
          Creates an invariant constraint expression in the specified environment.
static OCLExpression ExpressionsUtil.createPrecondition(org.eclipse.emf.ecore.EOperation context, java.lang.String expression, boolean validate)
          Creates an operation precondition constraint expression.
static OCLExpression ExpressionsUtil.createPrecondition(org.eclipse.emf.ecore.EClassifier classifier, org.eclipse.emf.ecore.EOperation context, java.lang.String expression, boolean validate)
          Creates an operation precondition constraint expression.
static OCLExpression ExpressionsUtil.createPrecondition(Environment env, java.lang.String expression, boolean validate)
          Creates an operation precondition constraint expression in the specified environment.
static OCLExpression ExpressionsUtil.createPostcondition(org.eclipse.emf.ecore.EOperation context, java.lang.String expression, boolean validate)
          Creates an operation postcondition constraint expression.
static OCLExpression ExpressionsUtil.createPostcondition(org.eclipse.emf.ecore.EClassifier classifier, org.eclipse.emf.ecore.EOperation context, java.lang.String expression, boolean validate)
          Creates an operation postcondition constraint expression.
static OCLExpression ExpressionsUtil.createPostcondition(Environment env, java.lang.String expression, boolean validate)
          Creates an operation postcondition constraint expression in the specified environment.
static OCLExpression ExpressionsUtil.createBodyCondition(org.eclipse.emf.ecore.EOperation context, java.lang.String expression, boolean validate)
          Creates an operation body condition expression.
static OCLExpression ExpressionsUtil.createBodyCondition(org.eclipse.emf.ecore.EClassifier classifier, org.eclipse.emf.ecore.EOperation context, java.lang.String expression, boolean validate)
          Creates an operation body condition expression.
static OCLExpression ExpressionsUtil.createBodyCondition(Environment env, java.lang.String expression, boolean validate)
          Creates an operation body condition expression in the specified environment.
static OCLExpression ExpressionsUtil.createInitialValueExpression(org.eclipse.emf.ecore.EStructuralFeature context, java.lang.String expression, boolean validate)
          Creates a property initial value expression.
static OCLExpression ExpressionsUtil.createInitialValueExpression(org.eclipse.emf.ecore.EClassifier classifier, org.eclipse.emf.ecore.EStructuralFeature context, java.lang.String expression, boolean validate)
          Creates an property initial value expression.
static OCLExpression ExpressionsUtil.createInitialValueExpression(Environment env, java.lang.String expression, boolean validate)
          Creates a property initial value expression in the specified environment.
static OCLExpression ExpressionsUtil.createDerivedValueExpression(org.eclipse.emf.ecore.EStructuralFeature context, java.lang.String expression, boolean validate)
          Creates a property derived value expression.
static OCLExpression ExpressionsUtil.createDerivedValueExpression(org.eclipse.emf.ecore.EClassifier classifier, org.eclipse.emf.ecore.EStructuralFeature context, java.lang.String expression, boolean validate)
          Creates an property derived value expression.
static OCLExpression ExpressionsUtil.createDerivedValueExpression(Environment env, java.lang.String expression, boolean validate)
          Creates a property derived value expression in the specified environment.
static void ExpressionsUtil.define(org.eclipse.emf.ecore.EClassifier context, java.lang.String expression)
          Defines a property or an operation of the specified signature.
static org.eclipse.emf.ecore.ETypedElement ExpressionsUtil.define(Environment env, java.lang.String defExpression)
          Defines a property or operation of the specified signature.
 

Uses of ParserException in org.eclipse.emf.ocl.parser
 

Subclasses of ParserException in org.eclipse.emf.ocl.parser
 class SemanticException
          This exception is thrown when an error is found while building the OCL AST.
 

Uses of ParserException in org.eclipse.emf.ocl.query.impl
 

Constructors in org.eclipse.emf.ocl.query.impl that throw ParserException
QueryImpl(java.lang.String qs)
          Parses and validates the query according to the well-formedness rules.
 


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