public class IRCaseClause extends Object
| Constructor and Description |
|---|
IRCaseClause(IRExpression condition,
List<IRStatement> statements,
int constValue) |
| Modifier and Type | Method and Description |
|---|---|
IRExpression |
getCondition() |
int |
getConstValue() |
List<IRStatement> |
getStatements() |
public IRCaseClause(IRExpression condition, List<IRStatement> statements, int constValue)
public IRExpression getCondition()
public List<IRStatement> getStatements()
public int getConstValue()
Copyright © 2020. All rights reserved.