Uses of Class
de.grogra.xl.compiler.scope.Local
Packages that use Local
Package
Description
-
Uses of Local in de.grogra.xl.compiler
Methods in de.grogra.xl.compiler that return Local -
Uses of Local in de.grogra.xl.compiler.pattern
Fields in de.grogra.xl.compiler.pattern declared as LocalMethods in de.grogra.xl.compiler.pattern that return LocalModifier and TypeMethodDescriptionPatternBuilder.declareAuxVariable(Type type) PatternBuilder.declareVariable(antlr.collections.AST name, Type type) PatternBuilder.declareWrapper(Local wrapped, Type type, antlr.collections.AST pos) Local[]PatternBuilder.getDeclaredVariables()PatternBuilder.getQueryState()Methods in de.grogra.xl.compiler.pattern with parameters of type LocalModifier and TypeMethodDescriptionvoidPatternBuilder.addVariableReference(Local term, antlr.collections.AST pos) PatternBuilder.declareWrapper(Local wrapped, Type type, antlr.collections.AST pos) intCompositeData.getIndexOfVariable(Local local) Constructors in de.grogra.xl.compiler.pattern with parameters of type Local -
Uses of Local in de.grogra.xl.compiler.scope
Fields in de.grogra.xl.compiler.scope declared as LocalModifier and TypeFieldDescriptionMethodScope.consumerstatic final LocalLocal.DUMMYMethodScope.enclosingInstanceLocal.wrappedLocal.wrapperMethods in de.grogra.xl.compiler.scope that return LocalModifier and TypeMethodDescriptionfinal LocalBlockScope.declareLocal(String name, long modifiers, Type type, antlr.collections.AST pos) MethodScope.declareParameter(String name, long mods, Type type) MethodScope.declareParameter(String name, long mods, Class cls) MethodScope.getLocalForVMX()MethodScope.getParameter(int index) MethodScope.getParameterForEnclosingLocal(Local enclosing) final LocalMethodScope.makeVMXLocal(Local local) Methods in de.grogra.xl.compiler.scope that return types with arguments of type LocalMethods in de.grogra.xl.compiler.scope with parameters of type LocalModifier and TypeMethodDescriptionTypeScope.getFieldForEnclosingLocal(Local local) MethodScope.getParameterForEnclosingLocal(Local enclosing) final LocalMethodScope.makeVMXLocal(Local local) voidMethodScope.removeLocal(Local l) Constructors in de.grogra.xl.compiler.scope with parameters of type Local -
Uses of Local in de.grogra.xl.expr
Methods in de.grogra.xl.expr that return LocalModifier and TypeMethodDescriptionArrayGenerator.getLocal(int index) AssignArrayGenerator.getLocal(int index) AssignLocal.getLocal(int index) Catch.getLocal(int index) EnterFrame.getLocal(int index) FilterGuard.getLocal(int index) Finally.getLocal(int index) FinishIteratorGenerator.getLocal(int index) GetLocal.getLocal(int index) GetQuery.getLocal(int index) IterableGenerator.getLocal(int index) LeaveFrame.getLocal(int index) LocalAccess.getLocal(int index) Production.getLocal(int index) Range.getLocal(int index) Root.getLocal(int index) Synchronized.getLocal(int index) Methods in de.grogra.xl.expr with parameters of type LocalModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidConstructors in de.grogra.xl.expr with parameters of type LocalModifierConstructorDescriptionArrayGenerator(Type type, Local array, Local counter) AssignArrayGenerator(Type type, Local array, Local counter, int assignmentType) AssignLocal(Local clocal, int assignmentType) EnterFrame(Local vmx) FilterGuard(Type type, Local local) FinishIteratorGenerator(Type type, Local iter) IterableGenerator(Type type, Local iter) LeaveFrame(Local vmx) Production(Local state, int arrow) Synchronized(Local mutex)