Uses of Class
com.wyu4.snowberryjam.compiler.data.BodyStack
Packages that use BodyStack
Package
Description
-
Uses of BodyStack in com.wyu4.snowberryjam.compiler
Fields in com.wyu4.snowberryjam.compiler declared as BodyStackModifier and TypeFieldDescriptionprivate static final BodyStackLocalStorage.STACKStores tasks starting from index 0Methods in com.wyu4.snowberryjam.compiler with parameters of type BodyStackModifier and TypeMethodDescriptionstatic voidCompiler.compileBody(com.fasterxml.jackson.databind.JsonNode body, BodyStack stack) Converts the contents of any"body":[]property into tasks, and stores them in aBodyStack. -
Uses of BodyStack in com.wyu4.snowberryjam.compiler.data.tasks
Fields in com.wyu4.snowberryjam.compiler.data.tasks declared as BodyStackModifier and TypeFieldDescriptionprivate final BodyStackIfElseTask.bodyThe body to run if the condition is trueprivate final BodyStackIfTask.bodyThe body to run if the condition is trueprivate final BodyStackRepeatTask.bodyThe body to runprivate final BodyStackThreadTask.bodyThe body to runprivate final BodyStackWhileTask.bodyThe body to run while the condition is trueprivate final BodyStackIfElseTask.elseBodyThe body to run if the condition is falseMethods in com.wyu4.snowberryjam.compiler.data.tasks that return BodyStackModifier and TypeMethodDescriptionIfElseTask.getBody()IfTask.getBody()RepeatTask.getBody()ThreadTask.getBody()WhileTask.getBody()IfElseTask.getSecondaryBody()Constructors in com.wyu4.snowberryjam.compiler.data.tasks with parameters of type BodyStackModifierConstructorDescriptionWhileTask(ConditionalHolder condition, BodyStack body) Create a new while loop -
Uses of BodyStack in com.wyu4.snowberryjam.compiler.data.tasks.interfaces
Methods in com.wyu4.snowberryjam.compiler.data.tasks.interfaces that return BodyStackModifier and TypeMethodDescriptionBodiedTask.getBody()Get the stack of this taskElseBodiedTask.getSecondaryBody()Get the second stack of this task -
Uses of BodyStack in com.wyu4.snowberryjam.gui.viewer.codeviewer.tasks
Methods in com.wyu4.snowberryjam.gui.viewer.codeviewer.tasks with parameters of type BodyStack