Uses of Class
de.grogra.xl.compiler.scope.TypeScope
Packages that use TypeScope
Package
Description
-
Uses of TypeScope in de.grogra.rgg.model
Methods in de.grogra.rgg.model with parameters of type TypeScopeModifier and TypeMethodDescriptionvoid
CompilerExtension.postprocess
(TypeScope scope, int run) void
CompilerExtension.preprocess
(TypeScope scope, int run) -
Uses of TypeScope in de.grogra.xl.compiler
Methods in de.grogra.xl.compiler that return TypeScopeModifier and TypeMethodDescriptionCompilerBase.getTypeScope()
Return the current value of theTypeScope
.Methods in de.grogra.xl.compiler with parameters of type TypeScopeModifier and TypeMethodDescriptionfinal void
Compiler.anonymousClassImpl
(antlr.collections.AST _t, TypeScope scope) final void
Compiler.classMember
(antlr.collections.AST _t, TypeScope scope, boolean iface) final void
Compiler.constructorDecl
(antlr.collections.AST _t, TypeScope scope) void
final void
Compiler.instanceInit
(antlr.collections.AST _t, TypeScope scope) final void
Compiler.methodDecl
(antlr.collections.AST _t, TypeScope scope, boolean iface) final void
Compiler.parameterList
(antlr.collections.AST _t, TypeScope ts, MethodScope ms, antlr.collections.AST name) void
Extension.postprocess
(TypeScope scope, int run) void
Extension.preprocess
(TypeScope scope, int run) final void
Compiler.staticInit
(antlr.collections.AST _t, TypeScope scope) -
Uses of TypeScope in de.grogra.xl.compiler.scope
Methods in de.grogra.xl.compiler.scope that return TypeScopeModifier and TypeMethodDescriptionstatic TypeScope
static TypeScope
TypeScope.getNonlocal
(Scope scope) BlockScope.getTypeScope
(Type localClass) Methods in de.grogra.xl.compiler.scope with parameters of type TypeScope -
Uses of TypeScope in de.grogra.xl.expr
Methods in de.grogra.xl.expr with parameters of type TypeScopeModifier and TypeMethodDescriptionvoid
Invoke.receiveRoutine
(TypeScope scope, Expression descriptor) void
NonlocalGenerator.receiveRoutine
(TypeScope scope, Expression descriptor)