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 TypeMethodDescriptionvoidCompilerExtension.postprocess(TypeScope scope, int run) voidCompilerExtension.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 voidCompiler.anonymousClassImpl(antlr.collections.AST _t, TypeScope scope) final voidCompiler.classMember(antlr.collections.AST _t, TypeScope scope, boolean iface) final voidCompiler.constructorDecl(antlr.collections.AST _t, TypeScope scope) voidfinal voidCompiler.instanceInit(antlr.collections.AST _t, TypeScope scope) final voidCompiler.methodDecl(antlr.collections.AST _t, TypeScope scope, boolean iface) final voidCompiler.parameterList(antlr.collections.AST _t, TypeScope ts, MethodScope ms, antlr.collections.AST name) voidExtension.postprocess(TypeScope scope, int run) voidExtension.preprocess(TypeScope scope, int run) final voidCompiler.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 TypeScopestatic TypeScopeTypeScope.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 TypeMethodDescriptionvoidInvoke.receiveRoutine(TypeScope scope, Expression descriptor) voidNonlocalGenerator.receiveRoutine(TypeScope scope, Expression descriptor)