Uses of Class
bsh.Variable
-
Packages that use Variable Package Description bsh -
-
Uses of Variable in bsh
Methods in bsh that return Variable Modifier and Type Method Description Variable
ExternalNameSpace. createVariable(java.lang.String name, java.lang.Class type, java.lang.Object value, Modifiers mods)
protected Variable
NameSpace. createVariable(java.lang.String name, java.lang.Class type, bsh.LHS lhs)
protected Variable
NameSpace. createVariable(java.lang.String name, java.lang.Class type, java.lang.Object value, Modifiers mods)
protected Variable
NameSpace. createVariable(java.lang.String name, java.lang.Object value, Modifiers mods)
Variable[]
NameSpace. getDeclaredVariables()
protected Variable
NameSpace. getImportedVar(java.lang.String name)
protected Variable
ExternalNameSpace. getVariableImpl(java.lang.String name, boolean recurse)
protected Variable
NameSpace. getVariableImpl(java.lang.String name, boolean recurse)
Locate a variable and return the Variable object with optional recursion through parent name spaces.Methods in bsh with parameters of type Variable Modifier and Type Method Description protected java.lang.Object
NameSpace. unwrapVariable(Variable var)
Unwrap a variable to its value.Constructors in bsh with parameters of type Variable Constructor Description ClassGeneratorUtil(Modifiers classModifiers, java.lang.String className, java.lang.String packageName, java.lang.Class superClass, java.lang.Class[] interfaces, Variable[] vars, DelayedEvalBshMethod[] bshmethods, boolean isInterface)
-