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 TypeMethodDescriptionvoid
CodeAttr.emitTailCall
(boolean pop_args, Scope scope) Compile a tail-call to position 0 of the current procedure.void
CodeAttr.enterScope
(Scope scope) void
LocalVarsAttr.enterScope
(Scope scope) void
Link this scope as the next child of its parent scope.void
LocalVarsAttr.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