Uses of Class
gnu.bytecode.Scope
Packages that use Scope
Package
Description
Contains classes to generate, read,
write, and print Java bytecode in the form of
.class files.Supports
Expression,
and various related classes need to compile programming languages.-
Uses of Scope in gnu.bytecode
Fields in gnu.bytecode declared as ScopeMethods in gnu.bytecode that return ScopeModifier and TypeMethodDescriptionCodeAttr.getCurrentScope()Variable.getScope()CodeAttr.popScope()Method.popScope()CodeAttr.pushAutoPoppableScope()Create a Scope that is automatically popped.CodeAttr.pushScope()Method.pushScope()Methods in gnu.bytecode with parameters of type ScopeModifier and TypeMethodDescriptionvoidCodeAttr.emitTailCall(boolean pop_args, Scope scope) Compile a tail-call to position 0 of the current procedure.voidCodeAttr.enterScope(Scope scope) voidLocalVarsAttr.enterScope(Scope scope) voidLink this scope as the next child of its parent scope.voidLocalVarsAttr.preserveVariablesUpto(Scope scope) Mark scopes upto specified scope as 'preserved'.Constructors in gnu.bytecode with parameters of type Scope -
Uses of Scope in gnu.expr