Package org.mozilla.zest.core.v1
Class ZestControlLoopBreak
- java.lang.Object
-
- org.mozilla.zest.core.v1.ZestElement
-
- org.mozilla.zest.core.v1.ZestStatement
-
- org.mozilla.zest.core.v1.ZestControl
-
- org.mozilla.zest.core.v1.ZestControlLoopBreak
-
public class ZestControlLoopBreak extends ZestControl
empty class: represents a BREAK inside the loop.
-
-
Field Summary
-
Fields inherited from class org.mozilla.zest.core.v1.ZestElement
JSON_ELEMENT_TYPE
-
-
Constructor Summary
Constructors Constructor Description ZestControlLoopBreak()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZestControlLoopBreakdeepCopy()Deep copy.booleanisPassive()Checks if is passive.-
Methods inherited from class org.mozilla.zest.core.v1.ZestControl
isSameSubclass
-
Methods inherited from class org.mozilla.zest.core.v1.ZestStatement
getIndex, getNext, getPrevious, init, insertAfter, insertBefore, isEnabled, remove, setEnabled, setNext, setPrev
-
Methods inherited from class org.mozilla.zest.core.v1.ZestElement
getElementType, setElementType
-
-
-
-
Method Detail
-
deepCopy
public ZestControlLoopBreak deepCopy()
Description copied from class:ZestElementDeep copy.- Specified by:
deepCopyin classZestStatement- Returns:
- the zest element
-
isPassive
public boolean isPassive()
Description copied from class:ZestStatementChecks if is passive.- Specified by:
isPassivein classZestStatement- Returns:
- true, if is passive
-
-