Uses of Interface
com.wyu4.snowberryjam.compiler.data.tasks.ExecutableTask
Packages that use ExecutableTask
Package
Description
-
Uses of ExecutableTask in com.wyu4.snowberryjam.compiler
Methods in com.wyu4.snowberryjam.compiler that return ExecutableTaskModifier and TypeMethodDescriptionstatic ExecutableTask[]LocalStorage.copyStack()Recieve a deep copy of the tasks inside a stackMethods in com.wyu4.snowberryjam.compiler with parameters of type ExecutableTaskModifier and TypeMethodDescriptionprotected static voidLocalStorage.stackAdd(ExecutableTask element) Add a task toLocalStorage.STACK -
Uses of ExecutableTask in com.wyu4.snowberryjam.compiler.data
Classes in com.wyu4.snowberryjam.compiler.data that implement ExecutableTaskModifier and TypeClassDescriptionclassThe stack that stores Snowberry Jam instructionsFields in com.wyu4.snowberryjam.compiler.data with type parameters of type ExecutableTaskMethods in com.wyu4.snowberryjam.compiler.data that return ExecutableTaskMethods in com.wyu4.snowberryjam.compiler.data with parameters of type ExecutableTaskModifier and TypeMethodDescriptionvoidBodyStack.addTask(ExecutableTask element) Add an instruction into the stack -
Uses of ExecutableTask in com.wyu4.snowberryjam.compiler.data.tasks
Classes in com.wyu4.snowberryjam.compiler.data.tasks that implement ExecutableTaskModifier and TypeClassDescriptionclassAn error statement.classAn if-else statement.classAn if-else statement.classA print statement.classA repeat loop, similar to afor-loop.classA variable setter statement.classRun something in a new thread.classA wait task.classA wait task.classA warn statement.classA while loop. -
Uses of ExecutableTask in com.wyu4.snowberryjam.compiler.data.tasks.macros
Classes in com.wyu4.snowberryjam.compiler.data.tasks.macros that implement ExecutableTaskModifier and TypeClassDescriptionclassA variable increaser statement.classA variable increaser statement.classA macro that sets a variable to a user input. -
Uses of ExecutableTask in com.wyu4.snowberryjam.gui.viewer.codeviewer.tasks
Fields in com.wyu4.snowberryjam.gui.viewer.codeviewer.tasks declared as ExecutableTaskMethods in com.wyu4.snowberryjam.gui.viewer.codeviewer.tasks with parameters of type ExecutableTaskConstructors in com.wyu4.snowberryjam.gui.viewer.codeviewer.tasks with parameters of type ExecutableTask