Class BooleanLiteral

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean value  
    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanLiteral​(boolean value)  
    • Field Detail

      • value

        public final boolean value
    • Constructor Detail

      • BooleanLiteral

        public BooleanLiteral​(boolean value)