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