Class IRBooleanLiteral

java.lang.Object
gw.lang.ir.IRElement
gw.lang.ir.IRExpression
gw.lang.ir.expression.IRBooleanLiteral

public class IRBooleanLiteral extends IRExpression
  • Field Details

    • _value

      private boolean _value
  • Constructor Details

    • IRBooleanLiteral

      public IRBooleanLiteral(boolean value)
  • Method Details