forked from jasder/antlr
Add some ANTLR 4 specific mappings
This commit is contained in:
parent
b264226b61
commit
9f901efdfc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue