|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(String text)
Deprecated. 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(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.createBodyCondition(EClassifier classifier,
EOperation context,
String expression,
boolean validate)
Deprecated. Creates an operation body condition expression. |
static OCLExpression |
ExpressionsUtil.createBodyCondition(Environment env,
String expression,
boolean validate)
Deprecated. Creates an operation body condition expression in the specified environment. |
static OCLExpression |
ExpressionsUtil.createBodyCondition(EOperation context,
String expression,
boolean validate)
Deprecated. Creates an operation body condition expression. |
static OCLExpression |
ExpressionsUtil.createDerivedValueExpression(EClassifier classifier,
EStructuralFeature context,
String expression,
boolean validate)
Deprecated. Creates an property derived value expression. |
static OCLExpression |
ExpressionsUtil.createDerivedValueExpression(Environment env,
String expression,
boolean validate)
Deprecated. Creates a property derived value expression in the specified environment. |
static OCLExpression |
ExpressionsUtil.createDerivedValueExpression(EStructuralFeature context,
String expression,
boolean validate)
Deprecated. Creates a property derived value expression. |
static OCLExpression |
ExpressionsUtil.createInitialValueExpression(EClassifier classifier,
EStructuralFeature context,
String expression,
boolean validate)
Deprecated. Creates an property initial value expression. |
static OCLExpression |
ExpressionsUtil.createInitialValueExpression(Environment env,
String expression,
boolean validate)
Deprecated. Creates a property initial value expression in the specified environment. |
static OCLExpression |
ExpressionsUtil.createInitialValueExpression(EStructuralFeature context,
String expression,
boolean validate)
Deprecated. Creates a property initial value expression. |
static OCLExpression |
ExpressionsUtil.createInvariant(EClassifier context,
String expression,
boolean validate)
Deprecated. Creates an invariant constraint expression. |
static OCLExpression |
ExpressionsUtil.createInvariant(Environment env,
String expression,
boolean validate)
Deprecated. Creates an invariant constraint expression in the specified environment. |
static OCLExpression |
ExpressionsUtil.createPostcondition(EClassifier classifier,
EOperation context,
String expression,
boolean validate)
Deprecated. Creates an operation postcondition constraint expression. |
static OCLExpression |
ExpressionsUtil.createPostcondition(Environment env,
String expression,
boolean validate)
Deprecated. Creates an operation postcondition constraint expression in the specified environment. |
static OCLExpression |
ExpressionsUtil.createPostcondition(EOperation context,
String expression,
boolean validate)
Deprecated. Creates an operation postcondition constraint expression. |
static OCLExpression |
ExpressionsUtil.createPrecondition(EClassifier classifier,
EOperation context,
String expression,
boolean validate)
Deprecated. Creates an operation precondition constraint expression. |
static OCLExpression |
ExpressionsUtil.createPrecondition(Environment env,
String expression,
boolean validate)
Deprecated. Creates an operation precondition constraint expression in the specified environment. |
static OCLExpression |
ExpressionsUtil.createPrecondition(EOperation context,
String expression,
boolean validate)
Deprecated. Creates an operation precondition constraint expression. |
static OCLExpression |
ExpressionsUtil.createQuery(EClassifier context,
String expression,
boolean validate)
Deprecated. Creates a query expression with an arbitrary result type. |
static OCLExpression |
ExpressionsUtil.createQuery(Environment env,
String expression,
boolean validate)
Deprecated. Creates a query expression with an arbitrary result type in the specified environment. |
static void |
ExpressionsUtil.define(EClassifier context,
String expression)
Deprecated. Defines a property or an operation of the specified signature. |
static ETypedElement |
ExpressionsUtil.define(Environment env,
String defExpression)
Deprecated. 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
Deprecated. Use the SemanticException interface,
instead. |
Uses of ParserException in org.eclipse.emf.ocl.query.impl |
---|
Constructors in org.eclipse.emf.ocl.query.impl that throw ParserException | |
---|---|
QueryImpl(String qs)
Parses and validates the query according to the well-formedness rules. |
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |