Uses of Interface
com.wyu4.snowberryjam.compiler.data.tasks.interfaces.NamedTask
Packages that use NamedTask
Package
Description
-
Uses of NamedTask in com.wyu4.snowberryjam.compiler.data.tasks
Classes in com.wyu4.snowberryjam.compiler.data.tasks that implement NamedTaskModifier and TypeClassDescriptionclassA repeat loop, similar to afor-loop.classA variable setter statement. -
Uses of NamedTask in com.wyu4.snowberryjam.compiler.data.tasks.macros
Classes in com.wyu4.snowberryjam.compiler.data.tasks.macros that implement NamedTaskModifier and TypeClassDescriptionclassA variable increaser statement.classA variable increaser statement.classA macro that sets a variable to a user input.