public abstract class JsStatement extends JsNode
Modifier | Constructor and Description |
---|---|
protected |
JsStatement(SourceInfo sourceInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldRecordPosition()
Whether statement ranges should be recorded for this statement type.
|
boolean |
unconditionalControlBreak()
Returns true if this statement definitely causes an abrupt change in flow control.
|
getKind, getSourceInfo, setSourceInfo, toSource, toSource, toString
traverse
protected JsStatement(SourceInfo sourceInfo)
Copyright © 2018. All rights reserved.