Uses of Class
org.gjt.sp.jedit.bsh.Variable
Packages that use Variable
-
Uses of Variable in org.gjt.sp.jedit.bsh
Methods in org.gjt.sp.jedit.bsh that return VariableModifier and TypeMethodDescriptionVariable[]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.Methods in org.gjt.sp.jedit.bsh with parameters of type VariableModifier and TypeMethodDescriptionprotected ObjectNameSpace.unwrapVariable(Variable var) Unwrap a variable to its value.Constructors in org.gjt.sp.jedit.bsh with parameters of type VariableModifierConstructorDescriptionClassGeneratorUtil(Modifiers classModifiers, String className, String packageName, Class superClass, Class[] interfaces, Variable[] vars, DelayedEvalBshMethod[] bshmethods, NameSpace classStaticNameSpace, boolean isInterface)