Persistate API documentation
SyntaxErrorEventArgs Class
NamespacesPersistate.LanguageSyntaxErrorEventArgs

[This is preliminary documentation and is subject to change.]

Defines the arguments to a SyntaxErrorEventHandler used to handle syntax error events from a SyntaxParser object.
Declaration Syntax
C#
public class SyntaxErrorEventArgs
Members
All MembersMethodsProperties



IconMemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ErrorMessage
Gets the text of the syntax error message.

Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
InputToken
Gets the input Token which caused the syntax error.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ParseActionHistory
Gets a string representation of all the shift and reduce actions which the parser has performed up until the syntax error.

ParseStackDump
Gets a string representation of the full current state of the parse stack.

ParseState
Gets a text representation of the current parse state when the syntax error happened.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
SyntaxErrorEventArgs

Assembly: Persistate.Language (Module: Persistate.Language) Version: 0.6.1.20 (0.6.1.20)