Class NullLiteral

All Implemented Interfaces:
Opcodes, SpelNode

public class NullLiteral extends Literal
Expression language AST node that represents null.
Since:
3.0
Author:
Andy Clement
  • Constructor Details

    • NullLiteral

      public NullLiteral(int startPos, int endPos)
  • Method Details