Uses of Class
bsh.Variable
Packages that use Variable
-
Uses of Variable in bsh
Modifier and TypeMethodDescriptionprotected VariableNameSpace.createVariable(String name, Class type, bsh.LHS lhs) protected VariableNameSpace.createVariable(String name, Class type, Object value, Modifiers mods) protected VariableNameSpace.createVariable(String name, Object value, Modifiers mods) Variable[]ExternalNameSpace.getDeclaredVariables()Variable[]NameSpace.getDeclaredVariables()protected VariableNameSpace.getImportedVar(String name) protected VariableExternalNameSpace.getVariableImpl(String name, boolean recurse) protected VariableNameSpace.getVariableImpl(String name, boolean recurse) Locate a variable and return the Variable object with optional recursion through parent name spaces.Modifier and TypeMethodDescriptionprotected ObjectNameSpace.unwrapVariable(Variable var) Unwrap a variable to its value.ModifierConstructorDescriptionClassGeneratorUtil(Modifiers classModifiers, String className, String packageName, Class superClass, Class[] interfaces, Variable[] vars, DelayedEvalBshMethod[] bshmethods, NameSpace classStaticNameSpace, boolean isInterface)