OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSystem
(Results
1 - 3
of
3
) sorted by null
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
JSystem.cs
39
public static class
JSystem
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
JSystem.cs
38
public static class
JSystem
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/JavaCompat/
Expr.g3
51
Change all instances of "System.out" with "
JSystem
.@out".
53
Change all instances of "System.err" with "
JSystem
.err".
79
stat: expr NEWLINE {
JSystem
.@out.println($expr.value);}
102
else
JSystem
.err.println("undefined variable "+$ID.text);
Completed in 640 milliseconds