Class GroovySyntaxError

    • Constructor Detail

      • GroovySyntaxError

        public GroovySyntaxError​(String message,
                                 int source,
                                 int line,
                                 int column)
    • Method Detail

      • getSource

        public int getSource()
      • getLine

        public int getLine()
      • getColumn

        public int getColumn()