Class BooleanLiteral


  • public class BooleanLiteral
    extends Literal

    An expression representing a boolean literal value

    • Constructor Detail

      • BooleanLiteral

        public BooleanLiteral​(java.lang.String pToken)
        Constructor
    • Method Detail

      • getValueFromToken

        static java.lang.Object getValueFromToken​(java.lang.String pToken)
        Parses the given token into the literal value
      • getExpressionString

        public java.lang.String getExpressionString()
        Returns the expression in the expression language syntax
        Specified by:
        getExpressionString in class Expression