Uses of Class
org.gjt.sp.jedit.bsh.Variable
-
Uses of Variable in org.gjt.sp.jedit.bsh
Modifier and TypeMethodDescriptionVariable[]
ExternalNameSpace.getDeclaredVariables()
Variable[]
NameSpace.getDeclaredVariables()
protected Variable
NameSpace.getImportedVar
(String name) protected Variable
ExternalNameSpace.getVariableImpl
(String name, boolean recurse) protected Variable
NameSpace.getVariableImpl
(String name, boolean recurse) Locate a variable and return the Variable object with optional recursion through parent name spaces.Modifier and TypeMethodDescriptionprotected Object
NameSpace.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)