Class SyntaxError

    • Constructor Detail

      • SyntaxError

        public SyntaxError​(ErrorProperties properties,
                           Metadata metadata,
                           org.antlr.v4.runtime.RecognitionException cause)
    • Method Detail

      • getMetadata

        public Metadata getMetadata()
      • setMetadata

        public void setMetadata​(Metadata metadata)
      • getCause

        public org.antlr.v4.runtime.RecognitionException getCause()
      • setCause

        public void setCause​(org.antlr.v4.runtime.RecognitionException cause)