Uses of Class
org.gjt.sp.jedit.bsh.Variable

Packages that use Variable
org.gjt.sp.jedit.bsh   
 

Uses of Variable in org.gjt.sp.jedit.bsh
 

Methods in org.gjt.sp.jedit.bsh that return Variable
 Variable[] NameSpace.getDeclaredVariables()
           
 Variable[] ExternalNameSpace.getDeclaredVariables()
           
protected  Variable NameSpace.getImportedVar(java.lang.String name)
           
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.
protected  Variable ExternalNameSpace.getVariableImpl(java.lang.String name, boolean recurse)
           
 

Methods in org.gjt.sp.jedit.bsh with parameters of type Variable
protected  java.lang.Object NameSpace.unwrapVariable(Variable var)
          Unwrap a variable to its value.
 

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