Class BooleanLiteral

All Implemented Interfaces:
Opcodes, SpelNode

public class BooleanLiteral extends Literal
Represents the literal values TRUE and FALSE.
Since:
3.0
Author:
Andy Clement
  • Constructor Details

    • BooleanLiteral

      public BooleanLiteral(String payload, int startPos, int endPos, boolean value)
  • Method Details