Class BoolLiteral

java.lang.Object
org.jruby.ast.java_signature.BoolLiteral
All Implemented Interfaces:
AnnotationExpression, Literal

public class BoolLiteral extends Object implements Literal
  • Field Details

    • value

      private boolean value
  • Constructor Details

    • BoolLiteral

      public BoolLiteral(boolean val)
  • Method Details