Uses of Class
bsh.Variable

Packages that use Variable
bsh   
 

Uses of Variable in bsh
 

Methods in bsh that return Variable
protected  Variable NameSpace.getVariableImpl(String name, boolean recurse)
          Locate a variable and return the Variable object with optional recursion through parent name spaces.
 Variable[] NameSpace.getDeclaredVariables()
           
protected  Variable NameSpace.getImportedVar(String name)
           
 

Methods in bsh with parameters of type Variable
protected  Object NameSpace.unwrapVariable(Variable var)
          Unwrap a variable to its value.
 

Constructors in bsh with parameters of type Variable
ClassGeneratorUtil(Modifiers classModifiers, String className, String packageName, Class superClass, Class[] interfaces, Variable[] vars, DelayedEvalBshMethod[] bshmethods, NameSpace classStaticNameSpace, boolean isInterface)
           
 



© 2000 pat@pat.net :-)