public final class SwitchEntryStmt extends Statement
| Constructor and Description | 
|---|
| SwitchEntryStmt() | 
| SwitchEntryStmt(Expression label,
               List<Statement> stmts) | 
| SwitchEntryStmt(int beginLine,
               int beginColumn,
               int endLine,
               int endColumn,
               Expression label,
               List<Statement> stmts) | 
| Modifier and Type | Method and Description | 
|---|---|
| <R,A> R | accept(GenericVisitor<R,A> v,
      A arg)Accept method for visitor support. | 
| <A> void | accept(VoidVisitor<A> v,
      A arg)Accept method for visitor support. | 
| Expression | getLabel() | 
| List<Statement> | getStmts() | 
| void | setLabel(Expression label) | 
| void | setStmts(List<Statement> stmts) | 
equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toStringpublic SwitchEntryStmt()
public SwitchEntryStmt(Expression label, List<Statement> stmts)
public SwitchEntryStmt(int beginLine,
                       int beginColumn,
                       int endLine,
                       int endColumn,
                       Expression label,
                       List<Statement> stmts)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodepublic <A> void accept(VoidVisitor<A> v, A arg)
Nodepublic Expression getLabel()
public void setLabel(Expression label)