Uses of Class
com.twineworks.tweakflow.lang.interpreter.memory.Cell
Packages that use Cell
Package
Description
-
Uses of Cell in com.twineworks.tweakflow.lang.interpreter
Methods in com.twineworks.tweakflow.lang.interpreter that return types with arguments of type CellMethods in com.twineworks.tweakflow.lang.interpreter with parameters of type CellModifier and TypeMethodDescriptionstatic voidInterpreter.evaluateCell(Cell cell, Stack stack, EvaluationContext context) -
Uses of Cell in com.twineworks.tweakflow.lang.interpreter.memory
Methods in com.twineworks.tweakflow.lang.interpreter.memory that return CellModifier and TypeMethodDescriptionstatic CellSpaces.resolve(ReferenceNode node, MemorySpace space) static CellSpaces.resolve(ReferenceOp op, MemorySpace space) Cell.setDirty(boolean dirty) Cell.setEnclosingSpace(MemorySpace space) Cell.setEvaluating(boolean evaluating) Cell.setLeafSymbol(Symbol symbol) Methods in com.twineworks.tweakflow.lang.interpreter.memory that return types with arguments of type CellModifier and TypeMethodDescriptioncom.twineworks.collections.shapemap.ConstShapeMap<Cell>Cell.getCells()com.twineworks.collections.shapemap.ConstShapeMap<Cell>GlobalMemorySpace.getCells()com.twineworks.collections.shapemap.ConstShapeMap<Cell>LocalMemorySpace.getCells()com.twineworks.collections.shapemap.ConstShapeMap<Cell>MemorySpace.getCells()Constructor parameters in com.twineworks.tweakflow.lang.interpreter.memory with type arguments of type CellModifierConstructorDescriptionLocalMemorySpace(MemorySpace enclosingSpace, Scope scope, MemorySpaceType memorySpaceType, com.twineworks.collections.shapemap.ConstShapeMap<Cell> cells) -
Uses of Cell in com.twineworks.tweakflow.lang.values
Methods in com.twineworks.tweakflow.lang.values that return types with arguments of type CellModifier and TypeMethodDescriptioncom.twineworks.collections.shapemap.ConstShapeMap<Cell>FunctionSignature.getParameterShapeMap()