Uses of Enum Class
com.twineworks.tweakflow.lang.interpreter.memory.MemorySpaceType
Packages that use MemorySpaceType
-
Uses of MemorySpaceType in com.twineworks.tweakflow.lang.interpreter.memory
Methods in com.twineworks.tweakflow.lang.interpreter.memory that return MemorySpaceTypeModifier and TypeMethodDescriptionCell.getMemorySpaceType()GlobalMemorySpace.getMemorySpaceType()LocalMemorySpace.getMemorySpaceType()MemorySpace.getMemorySpaceType()static MemorySpaceTypeReturns the enum constant of this class with the specified name.static MemorySpaceType[]MemorySpaceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.twineworks.tweakflow.lang.interpreter.memory with parameters of type MemorySpaceTypeModifierConstructorDescriptionLocalMemorySpace(MemorySpace enclosingSpace, Scope scope, MemorySpaceType memorySpaceType, com.twineworks.collections.shapemap.ConstShapeMap<Cell> cells)