Uses of Class
org.eclipse.ocl.examples.pivot.ParserException

Packages that use ParserException
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.context   
org.eclipse.ocl.examples.pivot.helper   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.markup   
 

Uses of ParserException in org.eclipse.ocl.examples.pivot
 

Subclasses of ParserException in org.eclipse.ocl.examples.pivot
 class AmbiguousLookupException
          A specialized LookupException denoting specifically that the problem is multiple ambiguous results.
 class LookupException
          Exception indicating a semantic error in looking up a definition, typically resulting from an ambiguity.
 class SemanticException
          Exception indicating a semantic error in parsing or validating OCL expressions.
 class SyntaxException
          Exception indicating a syntax error in parsing OCL expressions.
 

Methods in org.eclipse.ocl.examples.pivot that throw ParserException
 char[] OCLInput.getContent()
          Deprecated. The contents of the OCL document as a character array, suitable for consumption by the OCL parser.
 java.lang.String OCLInput.getContentAsString()
          Deprecated. The contents of the OCL document as a character array, suitable for consumption by the OCL parser.
 ExpressionInOCL OCL.getSpecification(Constraint constraint)
          Return the Constraint specification as an ExpressionInOCL, parsing any OpaqueExpression that may be encountered.
 

Uses of ParserException in org.eclipse.ocl.examples.pivot.context
 

Methods in org.eclipse.ocl.examples.pivot.context that throw ParserException
 ExpressionInOCL AbstractParserContext.getExpression(BaseResource resource)
           
 ExpressionInOCL ParserContext.getExpression(BaseResource resource)
          Extract an Abstract Syntax ExpressionInOCL fronm a Concrete Syntax resource.
 ExpressionInOCL AbstractParserContext.parse(java.lang.String expression)
           
 ExpressionInOCL ParserContext.parse(java.lang.String expression)
          Create an Abstract Syntax ExpressionInOCL containing the parsed expression.
 

Uses of ParserException in org.eclipse.ocl.examples.pivot.helper
 

Methods in org.eclipse.ocl.examples.pivot.helper that throw ParserException
 ExpressionInOCL OCLHelper.createBodyCondition(java.lang.String expression)
          Creates an operation body.
 ExpressionInOCL OCLHelperImpl.createBodyCondition(java.lang.String expression)
           
 ExpressionInOCL OCLHelper.createDerivedValueExpression(java.lang.String expression)
          Creates a property derived value expression.
 ExpressionInOCL OCLHelperImpl.createDerivedValueExpression(java.lang.String expression)
           
 ExpressionInOCL OCLHelper.createInvariant(java.lang.String expression)
          Creates an invariant constraint in the current classifier context.
 ExpressionInOCL OCLHelperImpl.createInvariant(java.lang.String expression)
           
 ExpressionInOCL OCLHelper.createPostcondition(java.lang.String expression)
          Creates an operation postcondition constraint.
 ExpressionInOCL OCLHelperImpl.createPostcondition(java.lang.String expression)
           
 ExpressionInOCL OCLHelper.createPrecondition(java.lang.String expression)
          Creates an operation precondition constraint.
 ExpressionInOCL OCLHelperImpl.createPrecondition(java.lang.String expression)
           
 ExpressionInOCL OCLHelper.createQuery(java.lang.String expression)
          Creates a query expression in the current classifier context.
 ExpressionInOCL OCLHelperImpl.createQuery(java.lang.String expression)
           
protected  ExpressionInOCL OCLHelperImpl.createSpecification(java.lang.String expression)
           
 

Uses of ParserException in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities that throw ParserException
static void PivotUtil.checkResourceErrors(java.lang.String message, org.eclipse.emf.ecore.resource.Resource resource)
           
 

Uses of ParserException in org.eclipse.ocl.examples.xtext.markup
 

Methods in org.eclipse.ocl.examples.xtext.markup that throw ParserException
protected  ExpressionInOCL MarkupToHTML.createQuery(java.lang.String oclString)