Class BooleanConstantToken

  • All Implemented Interfaces:
    Token

    public class BooleanConstantToken
    extends java.lang.Object
    implements Token
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean value  
    • Field Detail

      • value

        protected boolean value
    • Constructor Detail

      • BooleanConstantToken

        public BooleanConstantToken​(boolean value)
    • Method Detail

      • getValue

        public boolean getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object