Class ASMSetupVisitor.ErrorReport

  • Enclosing class:
    ASMSetupVisitor

    public static class ASMSetupVisitor.ErrorReport
    extends java.lang.Object
    Class used to represnt an AST verification error
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String msg  
      Node node  
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorReport()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • node

        public Node node
      • msg

        public java.lang.String msg
    • Constructor Detail

      • ErrorReport

        public ErrorReport()