Class VerbatimNode

All Implemented Interfaces:
org.parboiled.trees.GraphNode<Node>, Node

public class VerbatimNode extends TextNode
  • Constructor Details

    • VerbatimNode

      public VerbatimNode(String text)
    • VerbatimNode

      public VerbatimNode(String text, String type)
  • Method Details