Class SyntaxErrorException

    • Constructor Detail

      • SyntaxErrorException

        public SyntaxErrorException​(int line,
                                    String ruleName)
        Deprecated.
        Parameters:
        line -
        ruleName -
    • Method Detail

      • getLine

        public int getLine()
        Deprecated.
        Returns:
        Returns the line.
      • getRuleName

        public String getRuleName()
        Deprecated.
        Returns:
        Returns the ruleName.