Class CommentNode

java.lang.Object
org.mvel2.templates.res.Node
org.mvel2.templates.res.CommentNode
All Implemented Interfaces:
Serializable

public class CommentNode extends Node
See Also:
  • Constructor Details

    • CommentNode

      public CommentNode()
    • CommentNode

      public CommentNode(int begin, String name, char[] template, int start, int end)
    • CommentNode

      public CommentNode(int begin, String name, char[] template, int start, int end, Node next)
  • Method Details