JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
com.wyu4.snowberryjam
Package
com.wyu4.snowberryjam.compiler.data.tasks.interfaces
Interface ElseBodiedTask
All Known Implementing Classes:
IfElseTask
public interface
ElseBodiedTask
A task with a second body.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
BodyStack
getSecondaryBody
()
Get the second stack of this task
Method Details
getSecondaryBody
BodyStack
getSecondaryBody
()
Get the second stack of this task
Returns:
Second
BodyStack
of this task