|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingNotFoundException | |
de.tuberlin.cs.cis.ocl.env | Provides classes for the framework's parsing environment. |
de.tuberlin.cs.cis.ocl.env.test | Provides classes for testing the framework's environment. |
Uses of BindingNotFoundException in de.tuberlin.cs.cis.ocl.env |
Methods in de.tuberlin.cs.cis.ocl.env that throw BindingNotFoundException | |
Binding |
Environment.lookup(Identifier id)
Resolves a binding for an identifier. |
Binding |
Environment.lookupName(de.tuberlin.cs.cis.ocl.parser.node.PName name)
Resolves a name-binding for a name. |
Binding |
Environment.lookupName(de.tuberlin.cs.cis.ocl.parser.node.Node origin,
de.tuberlin.cs.cis.ocl.parser.node.PName name)
Resolves a name-binding for a name originated at a distinct point in input constraints. |
Binding |
Environment.lookupProperty(de.tuberlin.cs.cis.ocl.parser.node.Node origin,
Classifier classifier,
de.tuberlin.cs.cis.ocl.parser.node.PName name)
Resolves a property defined on a classifier (via an let-expression) with the specified name. |
Binding |
Environment.lookupOperation(de.tuberlin.cs.cis.ocl.parser.node.Node origin,
Classifier classifier,
de.tuberlin.cs.cis.ocl.parser.node.PName name,
Type[] params)
Resolves an operation defined on a classifier (via an let-expression) with the specified name and parameters. |
Uses of BindingNotFoundException in de.tuberlin.cs.cis.ocl.env.test |
Methods in de.tuberlin.cs.cis.ocl.env.test that throw BindingNotFoundException | |
void |
TestEnvironment.testNodeBinding()
Test node binding made by the environment |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |