Click or drag to resize

TokenMgrError Constructor (Boolean, Int32, Int32, Int32, String, Char, Int32)

Initializes a new instance of the TokenMgrError class

Namespace:  de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly:  graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 8.0beta
Syntax
C#
public TokenMgrError(
	bool EOFSeen,
	int lexState,
	int errorLine,
	int errorColumn,
	string errorAfter,
	char curChar,
	int reason
)

Parameters

EOFSeen
Type: SystemBoolean
lexState
Type: SystemInt32
errorLine
Type: SystemInt32
errorColumn
Type: SystemInt32
errorAfter
Type: SystemString
curChar
Type: SystemChar
reason
Type: SystemInt32
See Also