net.sf.saffron.opt
Class VolcanoPlannerTest.TestEnvironment
java.lang.Object
|
+--openjava.mop.Environment
|
+--net.sf.saffron.opt.VolcanoPlannerTest.TestEnvironment
- Enclosing class:
- VolcanoPlannerTest
- private static class VolcanoPlannerTest.TestEnvironment
- extends Environment
Methods inherited from class openjava.mop.Environment |
bindVariable, currentClassName, getClassEnvironmentParent, getGlobalEnvironment, getPackage, getParent, isBind, isQualifiedName, isRegisteredModifier, lookupBind, lookupClass, lookupClass, recordMemberClass, toPackageName, toQualifiedName, toSimpleName |
VolcanoPlannerTest.TestEnvironment
private VolcanoPlannerTest.TestEnvironment()
toString
public String toString()
- Specified by:
toString
in class Environment
record
public void record(String name,
OJClass clazz)
- Description copied from class:
Environment
- Records a class object.
- Specified by:
record
in class Environment
- Parameters:
name
- the fully-qualified name of the classclazz
- the class object associated with that name
bindVariable
public void bindVariable(String name,
Environment.VariableInfo info)
- Description copied from class:
Environment
- Binds the name of a variable to information about the variable, including
its class.
- Specified by:
bindVariable
in class Environment