Class ExprNodeLiteral

java.lang.Object
net.thevpc.commons.filetemplate.eval.ExprNodeLiteral
All Implemented Interfaces:
ExprNode

public class ExprNodeLiteral extends Object implements ExprNode
  • Constructor Details

    • ExprNodeLiteral

      public ExprNodeLiteral(String type, Object value)
  • Method Details