Class DslCompiler.ParseError

  • Enclosing class:
    DslCompiler

    public static class DslCompiler.ParseError
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int column  
      java.lang.String error  
      int line  
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseError​(java.util.Map<java.lang.String,​java.lang.Object> map)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • line

        public final int line
      • column

        public final int column
      • error

        public final java.lang.String error
    • Constructor Detail

      • ParseError

        ParseError​(java.util.Map<java.lang.String,​java.lang.Object> map)