Home
last modified time | relevance | path

Searched defs:errorRecovery (Results 1 – 7 of 7) sorted by relevance

/external/antlr/runtime/ObjC/Framework/
DRecognizerSharedState.h36 BOOL errorRecovery; // are we recovering? variable
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DRecognizerSharedState.as22 public var errorRecovery:Boolean = false; variable in org.antlr.runtime.RecognizerSharedState
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DRecognizerSharedState.java51 public boolean errorRecovery = false; field in RecognizerSharedState
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognizerSharedState.cs69 public bool errorRecovery; field in Antlr.Runtime.RecognizerSharedState
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DRecognizerSharedState.cs67 public bool errorRecovery; field in Antlr.Runtime.RecognizerSharedState
/external/antlr/runtime/C/include/
Dantlr3recognizersharedstate.h87 ANTLR3_BOOLEAN errorRecovery; member
/external/antlr/runtime/Cpp/include/
Dantlr3recognizersharedstate.inl159 …_INLINE void RecognizerSharedState<ImplTraits, StreamType>::set_errorRecovery( bool errorRecovery )