Interface NodeVisitor

All Known Implementing Classes:
PopulatingNodeVisitor

public interface NodeVisitor
  • Method Details

    • visitClassNode

      void visitClassNode(ClassNode node)
    • visitCollectionNode

      void visitCollectionNode(CollectionNode node)
    • visitMapNode

      void visitMapNode(MapNode node)
    • visitArrayNode

      void visitArrayNode(ArrayNode node)