Uses of Class
gnu.bytecode.Scope
-
Packages that use Scope Package Description gnu.bytecode Contains classes to generate, read, write, and print Java bytecode in the form of.classfiles.gnu.expr SupportsExpression, and various related classes need to compile programming languages. -
-
Uses of Scope in gnu.bytecode
Fields in gnu.bytecode declared as Scope Modifier and Type Field Description ScopeLocalVarsAttr. current_scopeMethods in gnu.bytecode that return Scope Modifier and Type Method Description ScopeCodeAttr. getCurrentScope()ScopeVariable. getScope()ScopeCodeAttr. popScope()ScopeMethod. popScope()ScopeCodeAttr. pushAutoPoppableScope()Create a Scope that is automatically popped.ScopeCodeAttr. pushScope()ScopeMethod. pushScope()Methods in gnu.bytecode with parameters of type Scope Modifier and Type Method Description voidCodeAttr. 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)voidScope. linkChild(Scope parent)Link 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 Constructor Description VarEnumerator(Scope scope) -
Uses of Scope in gnu.expr
Fields in gnu.expr declared as Scope Modifier and Type Field Description protected ScopeScopeExp. scopeMethods in gnu.expr that return Scope Modifier and Type Method Description ScopeScopeExp. getVarScope()
-