Uses of Class
org.gjt.sp.jedit.bsh.Modifiers
Packages that use Modifiers
-
Uses of Modifiers in org.gjt.sp.jedit.bsh
Methods in org.gjt.sp.jedit.bsh that return ModifiersModifier and TypeMethodDescriptionBshMethod.getModifiers()Variable.getModifiers()final ModifiersParser.Modifiers(int context, boolean lookahead) THE JAVA LANGUAGE GRAMMAR STARTS HERE *Methods in org.gjt.sp.jedit.bsh with parameters of type ModifiersModifier and TypeMethodDescriptionabstract ClassClassGenerator.generateClass(String name, Modifiers modifiers, Class[] interfaces, Class superClass, org.gjt.sp.jedit.bsh.BSHBlock block, boolean isInterface, CallStack callstack, Interpreter interpreter) Parse the BSHBlock for the class definition and generate the class.ClassGeneratorImpl.generateClass(String name, Modifiers modifiers, Class[] interfaces, Class superClass, org.gjt.sp.jedit.bsh.BSHBlock block, boolean isInterface, CallStack callstack, Interpreter interpreter) static ClassClassGeneratorImpl.generateClassImpl(String name, Modifiers modifiers, Class[] interfaces, Class superClass, org.gjt.sp.jedit.bsh.BSHBlock block, boolean isInterface, CallStack callstack, Interpreter interpreter) Parse the BSHBlock for for the class definition and generate the class using ClassGenerator.voidExternalNameSpace.setTypedVariable(String name, Class type, Object value, Modifiers modifiers) voidNameSpace.setTypedVariable(String name, Class type, Object value, Modifiers modifiers) Declare a variable in the local scope and set its initial value.Constructors in org.gjt.sp.jedit.bsh with parameters of type ModifiersModifierConstructorDescriptionClassGeneratorUtil(Modifiers classModifiers, String className, String packageName, Class superClass, Class[] interfaces, Variable[] vars, DelayedEvalBshMethod[] bshmethods, NameSpace classStaticNameSpace, boolean isInterface)