Package org.teavm.ast
Class IdentifiedStatement
- java.lang.Object
-
- org.teavm.ast.Statement
-
- org.teavm.ast.IdentifiedStatement
-
- Direct Known Subclasses:
BlockStatement,SwitchStatement,WhileStatement
public abstract class IdentifiedStatement extends Statement
-
-
Constructor Summary
Constructors Constructor Description IdentifiedStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()voidsetId(java.lang.String id)-
Methods inherited from class org.teavm.ast.Statement
acceptVisitor, assign, cond, cond, empty, exitFunction, initClass, raiseException
-
-