Click or drag to resize

TokenMgrErrorGetLexicalError Method


Namespace: de.unika.ipd.grGen.graphViewerAndSequenceDebugger
Assembly: graphViewerAndSequenceDebugger (in graphViewerAndSequenceDebugger.dll) Version: GrGen.NET 7.1
Syntax
C#
protected static string GetLexicalError(
	bool EOFSeen,
	int lexState,
	int errorLine,
	int errorColumn,
	string errorAfter,
	char curChar
)

Parameters

EOFSeen  Boolean
 
lexState  Int32
 
errorLine  Int32
 
errorColumn  Int32
 
errorAfter  String
 
curChar  Char
 

Return Value

String
See Also