Add some ANTLR 4 specific mappings

This commit is contained in:
Sam Harwell 2013-02-15 14:56:02 -06:00
parent b264226b61
commit 9f901efdfc
1 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,8 @@
-methodMapping System.out.println System.Console.WriteLine
-namespaceMapping org.antlr.v4 Antlr4
-methodMapping java.util.Iterator.hasNext HasNext
-methodMapping java.util.Iterator.next Next
@ -174,3 +176,10 @@
-typeMapping java.lang.StackTraceElement System.Diagnostics.StackFrame
-methodMapping java.lang.StackTraceElement.getLineNumber GetFileLineNumber
-typeMapping org.antlr.v4.runtime.misc.ParseCancellationException ParseCanceledException
-typeMapping java.util.concurrent.CancellationException System.OperationCanceledException
-typeMapping org.antlr.v4.runtime.misc.Tuple System.Tuple
-typeMapping org.antlr.v4.runtime.misc.Tuple2<,> System.Tuple
-typeMapping org.antlr.v4.runtime.misc.Tuple3<,,> System.Tuple