Class LoopStatement
java.lang.Object
org.openzen.zencode.shared.Taggable
org.openzen.zenscript.codemodel.statement.Statement
org.openzen.zenscript.codemodel.statement.LoopStatement
- All Implemented Interfaces:
EqualsComparable<LoopStatement>
- Direct Known Subclasses:
DoWhileStatement,ForeachStatement,SwitchStatement,WhileStatement
-
Field Summary
FieldsFields inherited from class org.openzen.zenscript.codemodel.statement.Statement
annotations, position, thrownType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openzen.zenscript.codemodel.statement.Statement
accept, accept, forEachStatement, getReturnType, normalize, transform, transform, transform, withReturnTypeMethods inherited from class org.openzen.zencode.shared.Taggable
addAllTagsFrom, getTag, hasTag, setTag
-
Field Details
-
NONE
-
label
-
-
Constructor Details
-
Method Details
-
equals_
- Specified by:
equals_in interfaceEqualsComparable<LoopStatement>
-