public abstract class JsSwitchMember extends JsNode
Modifier and Type | Field and Description |
---|---|
protected List<JsStatement> |
stmts |
Modifier | Constructor and Description |
---|---|
protected |
JsSwitchMember(SourceInfo sourceInfo) |
Modifier and Type | Method and Description |
---|---|
List<JsStatement> |
getStmts() |
getKind, getSourceInfo, setSourceInfo, toSource, toSource, toString
traverse
protected final List<JsStatement> stmts
protected JsSwitchMember(SourceInfo sourceInfo)
public List<JsStatement> getStmts()
Copyright © 2018. All rights reserved.