HomeSort by relevance Sort by last modified time
    Searched full:recognizersharedstate (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
AbstractTLexer.java 8 import org.antlr.runtime.RecognizerSharedState;
41 this(input, new RecognizerSharedState());
50 public AbstractTLexer(CharStream input, RecognizerSharedState state) {
AbstractTParser.java 43 protected AbstractTParser(TokenStream input, RecognizerSharedState state) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeFilter.cs 43 : this( input, new RecognizerSharedState() )
46 public TreeFilter( ITreeNodeStream input, RecognizerSharedState state )
61 state = new RecognizerSharedState();
TreeRewriter.cs 50 : this( input, new RecognizerSharedState() )
53 public TreeRewriter( ITreeNodeStream input, RecognizerSharedState state )
70 state = new RecognizerSharedState();
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeRewriter.java 30 import org.antlr.runtime.RecognizerSharedState;
45 this(input, new RecognizerSharedState());
47 public TreeRewriter(TreeNodeStream input, RecognizerSharedState state) {
57 state = new RecognizerSharedState();
TreeFilter.java 30 import org.antlr.runtime.RecognizerSharedState;
87 this(input, new RecognizerSharedState());
89 public TreeFilter(TreeNodeStream input, RecognizerSharedState state) {
99 state = new RecognizerSharedState();
  /external/smali/smali/src/main/java/org/jf/smali/
LexerErrorInterface.java 33 import org.antlr.runtime.RecognizerSharedState;
44 public ANTLRLexerWithErrorInterface(CharStream input, RecognizerSharedState state) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRewriter.cs 44 : this(input, new RecognizerSharedState()) {
46 public TreeRewriter(ITreeNodeStream input, RecognizerSharedState state)
60 state = new RecognizerSharedState();
TreeFilter.cs 88 : this( input, new RecognizerSharedState() )
91 public TreeFilter( ITreeNodeStream input, RecognizerSharedState state )
106 state = new RecognizerSharedState();
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Dbg.stg 88 this(input, DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT, new RecognizerSharedState());
90 public <name>(<inputStreamType> input, int port, RecognizerSharedState state) {
102 this(input, new Profiler(null), new RecognizerSharedState());
104 public <name>(<inputStreamType> input, DebugEventListener dbg, RecognizerSharedState state) {
118 public <name>(<inputStreamType> input, DebugEventListener dbg, RecognizerSharedState state<grammar.delegators:{g|, <g.recognizerName> <g:delegateName()>}>) {
128 <@superClassRef>super(input, dbg, new RecognizerSharedState());<@end>
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognizerSharedState.cs 49 public class RecognizerSharedState {
151 public RecognizerSharedState() {
159 public RecognizerSharedState(RecognizerSharedState state) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognizerSharedState.cs 50 public class RecognizerSharedState
153 public RecognizerSharedState()
162 public RecognizerSharedState( RecognizerSharedState state )
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognizerSharedState.java 38 public class RecognizerSharedState {
120 public RecognizerSharedState() {;}
122 public RecognizerSharedState(RecognizerSharedState state) {
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
Dbg.stg 92 : this( input, DebugEventSocketProxy.DefaultDebuggerPort, new RecognizerSharedState() )
95 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, int port, RecognizerSharedState state )
108 : this( input, new Profiler(null), new RecognizerSharedState() )
111 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg, RecognizerSharedState state )
126 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg, RecognizerSharedState state<grammar.delegators:{g|, <g.recognizerName> <g:delegateName()>}> )
137 <@superClassRef>: base( input, dbg, new RecognizerSharedState() )<@end>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
Dbg.stg 91 : this( input, DebugEventSocketProxy.DefaultDebuggerPort, new RecognizerSharedState() )
94 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, int port, RecognizerSharedState state )
107 : this( input, new Profiler(null), new RecognizerSharedState() )
110 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg, RecognizerSharedState state )
125 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg, RecognizerSharedState state<grammar.delegators:{g|, <g.recognizerName> <g:delegateName()>}> )
136 <@superClassRef>: base( input, dbg, new RecognizerSharedState() )<@end>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Dbg.stg 126 this(input, DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT, new RecognizerSharedState());
128 public <name>(<inputStreamType> input, int port, RecognizerSharedState state) {
141 this(input, new Profiler(null), new RecognizerSharedState());
143 public <name>(<inputStreamType> input, DebugEventListener self.dbg, RecognizerSharedState state) {
158 public <name>(<inputStreamType> input, DebugEventListener self.dbg, RecognizerSharedState state<grammar.delegators:{g|, <g.recognizerName> <g:delegateName()>}>) {
170 <@superClassRef>super(input, dbg, new RecognizerSharedState());<@end>
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugParser.cs 55 public DebugParser(ITokenStream input, IDebugEventListener dbg, RecognizerSharedState state)
60 public DebugParser(ITokenStream input, RecognizerSharedState state)
DebugTreeParser.cs 59 public DebugTreeParser(ITreeNodeStream input, IDebugEventListener dbg, RecognizerSharedState state)
64 public DebugTreeParser(ITreeNodeStream input, RecognizerSharedState state)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugParser.cs 57 public DebugParser( ITokenStream input, IDebugEventListener dbg, RecognizerSharedState state )
63 public DebugParser( ITokenStream input, RecognizerSharedState state )
DebugTreeParser.cs 59 public DebugTreeParser( ITreeNodeStream input, IDebugEventListener dbg, RecognizerSharedState state )
65 public DebugTreeParser( ITreeNodeStream input, RecognizerSharedState state )
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugParser.java 46 public DebugParser(TokenStream input, DebugEventListener dbg, RecognizerSharedState state) {
51 public DebugParser(TokenStream input, RecognizerSharedState state) {
DebugTreeParser.java 48 public DebugTreeParser(TreeNodeStream input, DebugEventListener dbg, RecognizerSharedState state) {
53 public DebugTreeParser(TreeNodeStream input, RecognizerSharedState state) {
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
antlr3.properties 10 org/antlr/runtime/RecognizerSharedState.js,\
  /external/antlr/antlr-3.4/runtime/ActionScript/project/
.flexLibProperties 26 <classEntry path="org.antlr.runtime.RecognizerSharedState"/>
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
Parser.as 37 public function Parser(input:TokenStream, state:RecognizerSharedState = null) {

Completed in 1442 milliseconds

1 2 3 4