Interface DimensionVisitor.NodeChecker

All Known Implementing Classes:
DimensionVisitor.VariableNodeChecker
Enclosing class:
DimensionVisitor

public static interface DimensionVisitor.NodeChecker
Class to check conditions on a node
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    test(Node node)
    Checks the node against some condition
  • Method Details

    • test

      void test(Node node) throws ParseException
      Checks the node against some condition
      Parameters:
      node - the node
      Throws:
      ParseException - if the check fails