
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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittraverseprotected JsStatement(SourceInfo sourceInfo)
Copyright © 2018. All rights reserved.