public class OCLSyntaxHelper<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>
extends org.eclipse.ocl.internal.helper.OCLSyntaxHelper<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>
Modifier and Type | Class and Description |
---|---|
protected class |
OCLSyntaxHelper.ASTVisitor |
Constructor and Description |
---|
OCLSyntaxHelper(org.eclipse.ocl.Environment env) |
Modifier and Type | Method and Description |
---|---|
protected OCLSyntaxHelper.ASTVisitor |
createASTVisitor(org.eclipse.ocl.helper.ConstraintKind constraintType,
java.lang.String txt,
int position) |
protected org.eclipse.ocl.helper.Choice |
createChoice(java.lang.String name,
java.lang.String description,
org.eclipse.ocl.helper.ChoiceKind kind,
java.lang.Object element) |
protected java.util.List<org.eclipse.ocl.helper.Choice> |
getChoices(org.eclipse.ocl.expressions.OCLExpression<C> expression,
org.eclipse.ocl.helper.ConstraintKind constraintType) |
protected java.lang.String |
getDescription(java.lang.Object namedElement) |
protected org.eclipse.ocl.Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> |
getEnvironment() |
protected java.util.List<org.eclipse.ocl.helper.Choice> |
getPropertyChoices(C eClass) |
java.util.List<org.eclipse.ocl.helper.Choice> |
getSyntaxHelp(org.eclipse.ocl.helper.ConstraintKind constraintType,
java.lang.String txt) |
protected boolean |
isOclIsInState(lpg.runtime.IToken token) |
java.lang.String |
toString() |
public OCLSyntaxHelper(org.eclipse.ocl.Environment env)
env
- protected OCLSyntaxHelper.ASTVisitor createASTVisitor(org.eclipse.ocl.helper.ConstraintKind constraintType, java.lang.String txt, int position)
protected org.eclipse.ocl.helper.Choice createChoice(java.lang.String name, java.lang.String description, org.eclipse.ocl.helper.ChoiceKind kind, java.lang.Object element)
protected java.util.List<org.eclipse.ocl.helper.Choice> getChoices(org.eclipse.ocl.expressions.OCLExpression<C> expression, org.eclipse.ocl.helper.ConstraintKind constraintType)
protected java.lang.String getDescription(java.lang.Object namedElement)
protected org.eclipse.ocl.Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> getEnvironment()
protected java.util.List<org.eclipse.ocl.helper.Choice> getPropertyChoices(C eClass)
public java.util.List<org.eclipse.ocl.helper.Choice> getSyntaxHelp(org.eclipse.ocl.helper.ConstraintKind constraintType, java.lang.String txt)
protected boolean isOclIsInState(lpg.runtime.IToken token)
public java.lang.String toString()
toString
in class java.lang.Object