Uses of Class
de.grogra.xl.compiler.scope.MethodScope
Package
Description
-
Uses of MethodScope in de.grogra.xl.compiler
Modifier and TypeMethodDescriptionfinal Expression
Compiler.fieldInitializer
(antlr.collections.AST _t, MethodScope scope, XField field) final void
Compiler.parameterList
(antlr.collections.AST _t, TypeScope ts, MethodScope ms, antlr.collections.AST name) final void
Compiler.throwsList
(antlr.collections.AST _t, MethodScope ms) ModifierConstructorDescriptionXMethod
(String name, long modifiers, MethodScope scope, Type returnType, Type[] exceptionTypes) -
Uses of MethodScope in de.grogra.xl.compiler.pattern
Modifier and TypeMethodDescriptionprotected MethodScope
PatternBuilder.declareRoutine
(Expression expr, ObjectList termLocals, HashSet used, HashSet assigned) -
Uses of MethodScope in de.grogra.xl.compiler.scope
Modifier and TypeFieldDescriptionfinal MethodScope
TypeScope.instanceInit
final MethodScope
TypeScope.staticInit
Modifier and TypeMethodDescriptionTypeScope.createMethodScope
(long modifiers) static MethodScope
static MethodScope
MethodScope.get
(Expression e) BlockScope.getMethodScope()
final MethodScope
Local.getMethodScope()
MethodScope.getOutmost()
-
Uses of MethodScope in de.grogra.xl.expr
Modifier and TypeMethodDescriptionvoid
ArrayGenerator.complete
(MethodScope scope) void
AssignArrayGenerator.complete
(MethodScope scope) void
AssignLocal.complete
(MethodScope scope) void
Catch.complete
(MethodScope scope) void
Completable.complete
(MethodScope scope) void
EnterFrame.complete
(MethodScope scope) void
FilterGuard.complete
(MethodScope scope) void
Finally.complete
(MethodScope scope) void
FinishIteratorGenerator.complete
(MethodScope scope) void
GetLocal.complete
(MethodScope scope) void
GetProperty.complete
(MethodScope scope) void
GetPropertyInstance.complete
(MethodScope scope) void
GetQuery.complete
(MethodScope scope) void
GetVMXFrame.complete
(MethodScope scope) void
Invoke.complete
(MethodScope scope) void
IterableGenerator.complete
(MethodScope scope) void
LeaveFrame.complete
(MethodScope scope) void
ModelExpression.complete
(MethodScope scope) void
PopIntArray.complete
(MethodScope scope) void
Production.complete
(MethodScope scope) void
PropertyAssignment.complete
(MethodScope scope) void
PushInts.complete
(MethodScope scope) void
Range.complete
(MethodScope scope) void
Root.complete
(MethodScope scope) void
Synchronized.complete
(MethodScope scope)