|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VarDef | |
org.infolayer.asoq | |
org.infolayer.model.op | |
org.infolayer.ocl | |
org.infolayer.templates |
Uses of VarDef in org.infolayer.asoq |
Methods in org.infolayer.asoq that return VarDef | |
VarDef |
GroupAction.addVariable(VariableInitialization vi)
|
Methods in org.infolayer.asoq with parameters of type VarDef | |
Action |
AsoqParser.parseBlockCS(VarDef env,
java.lang.String[] blockEnd)
|
Constructors in org.infolayer.asoq with parameters of type VarDef | |
AsoqParser(VarDef env,
java.lang.String expr)
|
Uses of VarDef in org.infolayer.model.op |
Methods in org.infolayer.model.op with parameters of type VarDef | |
java.lang.Object |
OpCollection.iterate(OclCollection source,
OclExpression body,
Bindings context,
VarDef iterator)
|
Uses of VarDef in org.infolayer.ocl |
Methods in org.infolayer.ocl that return VarDef | |
VarDef |
VarDef.get(int idx)
|
VarDef |
VarDef.get(java.lang.String name)
|
Methods in org.infolayer.ocl with parameters of type VarDef | |
OclExpression |
OclExpression.resolve(Bindings context,
VarDef iterator)
replaces variables with constants from context, except for the iterator. |
OclExpression |
VarDef.resolve(Bindings context,
VarDef iterator)
|
java.lang.Object |
Bindings.get(VarDef variable)
|
void |
Bindings.set(VarDef variable,
java.lang.Object value)
|
Binding |
Bindings.init(VarDef variable,
java.lang.Object value)
|
Constructors in org.infolayer.ocl with parameters of type VarDef | |
VarDef(VarDef base,
java.lang.String name,
UmlClassifier type)
Declares a new variable; the index is calculated automatically. |
|
VarDef(VarDef base,
UmlClassifier type)
a constructor for re-declaring the special variable "self" |
|
OclParser(VarDef initialVarDef,
java.lang.String expr)
|
|
IterateExp(OclExpression base,
OclExpression expr,
VarDef iterator,
VarDef accumulator,
OclExpression accuEval)
|
|
IteratorExp(OclExpression source,
UmlOperation operation,
OclExpression body,
VarDef iterator)
|
Uses of VarDef in org.infolayer.templates |
Methods in org.infolayer.templates that return VarDef | |
VarDef |
TemplateElement.getVarDefs()
Returns the variable definitions valid at this position in the document |
Methods in org.infolayer.templates with parameters of type VarDef | |
void |
TemplateElement.setVarDefs(VarDef def)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |