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


Nested Class Summary
 
Nested classes inherited from class openjava.mop.Environment
Environment.BasicVariableInfo, Environment.VariableInfo
 
Field Summary
 
Fields inherited from class openjava.mop.Environment
parent
 
Constructor Summary
private VolcanoPlannerTest.TestEnvironment()
           
 
Method Summary
 void bindVariable(String name, Environment.VariableInfo info)
          Binds the name of a variable to information about the variable, including its class.
 void record(String name, OJClass clazz)
          Records a class object.
 String toString()
           
 
Methods inherited from class openjava.mop.Environment
bindVariable, currentClassName, getClassEnvironmentParent, getGlobalEnvironment, getPackage, getParent, isBind, isQualifiedName, isRegisteredModifier, lookupBind, lookupClass, lookupClass, recordMemberClass, toPackageName, toQualifiedName, toSimpleName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VolcanoPlannerTest.TestEnvironment

private VolcanoPlannerTest.TestEnvironment()
Method Detail

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 class
clazz - 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

SourceForge.net_Logo