org.eclipse.ocl.ecore.internal.helper
Class OCLSyntaxHelper.ASTVisitor

java.lang.Object
  extended by org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
      extended by org.eclipse.ocl.ecore.internal.helper.OCLSyntaxHelper.ASTVisitor
All Implemented Interfaces:
VisitorExtension<java.util.List<Choice>>, Visitor<java.util.List<Choice>,org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EOperation,org.eclipse.emf.ecore.EStructuralFeature,org.eclipse.emf.ecore.EEnumLiteral,org.eclipse.emf.ecore.EParameter,org.eclipse.emf.ecore.EObject,CallOperationAction,SendSignalAction,Constraint>
Enclosing class:
OCLSyntaxHelper

protected class OCLSyntaxHelper.ASTVisitor
extends OCLSyntaxHelper.ASTVisitor
implements VisitorExtension<java.util.List<Choice>>


Method Summary
 java.util.List<Choice> visitOppositePropertyCallExp(OppositePropertyCallExp oppositepropertycallexp)
           
 
Methods inherited from class org.eclipse.ocl.internal.helper.OCLSyntaxHelper.ASTVisitor
getConstraintType, visitAssociationClassCallExp, visitBooleanLiteralExp, visitCollectionItem, visitCollectionLiteralExp, visitCollectionRange, visitConstraint, visitEnumLiteralExp, visitExpressionInOCL, visitIfExp, visitIntegerLiteralExp, visitInvalidLiteralExp, visitIterateExp, visitIteratorExp, visitLetExp, visitMessageExp, visitNullLiteralExp, visitOperationCallExp, visitPropertyCallExp, visitRealLiteralExp, visitStateExp, visitStringLiteralExp, visitTupleLiteralExp, visitTupleLiteralPart, visitTypeExp, visitUnlimitedNaturalLiteralExp, visitUnspecifiedValueExp, visitVariable, visitVariableExp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

visitOppositePropertyCallExp

public java.util.List<Choice> visitOppositePropertyCallExp(OppositePropertyCallExp oppositepropertycallexp)
Description copied from interface: VisitorExtension

Specified by:
visitOppositePropertyCallExp in interface VisitorExtension<java.util.List<Choice>>