Class IRCaseClause


  • public class IRCaseClause
    extends java.lang.Object
    • Field Detail

      • _statements

        private java.util.List<IRStatement> _statements
      • _constValue

        private int _constValue
    • Constructor Detail

      • IRCaseClause

        public IRCaseClause​(IRExpression condition,
                            java.util.List<IRStatement> statements,
                            int constValue)
    • Method Detail

      • getStatements

        public java.util.List<IRStatement> getStatements()
      • getConstValue

        public int getConstValue()