Home
last modified time | relevance | path

Searched refs:RewriteEmptyStreamException (Results 1 – 17 of 17) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DRewriteEmptyStreamException.cs41 public class RewriteEmptyStreamException : RewriteCardinalityException class
43 public RewriteEmptyStreamException() in RewriteEmptyStreamException() method in Antlr.Runtime.Tree.RewriteEmptyStreamException
47 public RewriteEmptyStreamException(string elementDescription) in RewriteEmptyStreamException() method in Antlr.Runtime.Tree.RewriteEmptyStreamException
52 public RewriteEmptyStreamException(string elementDescription, Exception innerException) in RewriteEmptyStreamException() method in Antlr.Runtime.Tree.RewriteEmptyStreamException
57 public RewriteEmptyStreamException(string message, string elementDescription) in RewriteEmptyStreamException() method in Antlr.Runtime.Tree.RewriteEmptyStreamException
62 …public RewriteEmptyStreamException(string message, string elementDescription, Exception innerExcep… in RewriteEmptyStreamException() method in Antlr.Runtime.Tree.RewriteEmptyStreamException
67 protected RewriteEmptyStreamException(SerializationInfo info, StreamingContext context) in RewriteEmptyStreamException() method in Antlr.Runtime.Tree.RewriteEmptyStreamException
DRewriteRuleElementStream.cs177 throw new RewriteEmptyStreamException( elementDescription ); in NextCore()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DRewriteEmptyStreamException.cs40 public class RewriteEmptyStreamException : RewriteCardinalityException { class
41 public RewriteEmptyStreamException() { in RewriteEmptyStreamException() method in Antlr.Runtime.Tree.RewriteEmptyStreamException
44 public RewriteEmptyStreamException(string elementDescription) in RewriteEmptyStreamException() method in Antlr.Runtime.Tree.RewriteEmptyStreamException
48 public RewriteEmptyStreamException(string elementDescription, Exception innerException) in RewriteEmptyStreamException() method in Antlr.Runtime.Tree.RewriteEmptyStreamException
52 public RewriteEmptyStreamException(string message, string elementDescription) in RewriteEmptyStreamException() method in Antlr.Runtime.Tree.RewriteEmptyStreamException
56 …public RewriteEmptyStreamException(string message, string elementDescription, Exception innerExcep… in RewriteEmptyStreamException() method in Antlr.Runtime.Tree.RewriteEmptyStreamException
60 protected RewriteEmptyStreamException(SerializationInfo info, StreamingContext context) in RewriteEmptyStreamException() method in Antlr.Runtime.Tree.RewriteEmptyStreamException
DRewriteRuleElementStream.cs166 throw new RewriteEmptyStreamException(elementDescription); in NextCore()
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DRewriteEmptyStreamException.js2 org.antlr.runtime.tree.RewriteEmptyStreamException = function(elementDescription) { class in org.antlr.runtime.tree
3 var sup = org.antlr.runtime.tree.RewriteEmptyStreamException.superclass;
7 org.antlr.lang.extend(org.antlr.runtime.tree.RewriteEmptyStreamException,
DRewriteRuleElementStream.js99 throw new org.antlr.runtime.tree.RewriteEmptyStreamException(this.elementDescription);
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DRewriteEmptyStreamException.java31 public class RewriteEmptyStreamException extends RewriteCardinalityException { class
32 public RewriteEmptyStreamException(String elementDescription) { in RewriteEmptyStreamException() method in RewriteEmptyStreamException
DRewriteRuleElementStream.java158 throw new RewriteEmptyStreamException(elementDescription); in _next()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DRewriteRuleXxxxStreamFixture.cs94 [ExpectedException(typeof(RewriteEmptyStreamException), "RewriteRuleTokenStream test")]
112 [ExpectedException(typeof(RewriteEmptyStreamException),
131 [ExpectedException(typeof(RewriteEmptyStreamException), "RewriteRuleNodeStream test")]
149 [ExpectedException(typeof(RewriteEmptyStreamException), "RewriteRuleTokenStream test")]
158 [ExpectedException(typeof(RewriteEmptyStreamException),
168 [ExpectedException(typeof(RewriteEmptyStreamException), "RewriteRuleNodeStream test")]
177 [ExpectedException(typeof(RewriteEmptyStreamException), "RewriteRuleTokenStream test")]
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DRewriteEmptyStreamException.as31 public class RewriteEmptyStreamException extends RewriteCardinalityException { class in org.antlr.runtime.tree
32 public function RewriteEmptyStreamException(elementDescription:String) { method in org.antlr.runtime.tree.RewriteEmptyStreamException
DRewriteRuleElementStream.as144 throw new RewriteEmptyStreamException(elementDescription);
/external/antlr/runtime/JavaScript/build/
Dantlr3.properties27 org/antlr/runtime/tree/RewriteEmptyStreamException.js,\
/external/antlr/runtime/Python/tests/
Dt058rewriteAST.py1206 antlr3.tree.RewriteEmptyStreamException)
1315 except antlr3.tree.RewriteEmptyStreamException:
/external/antlr/runtime/Python3/tests/
Dt058rewriteAST.py1206 antlr3.tree.RewriteEmptyStreamException)
1306 self.assertRaises(antlr3.tree.RewriteEmptyStreamException,
/external/antlr/runtime/ObjC/Framework/
DRewriteRuleElementStream.m200 …@throw [NSException exceptionWithName:@"RewriteEmptyStreamException" reason:nil userInfo:nil];// T…
/external/antlr/runtime/Python3/antlr3/
Dtree.py84 class RewriteEmptyStreamException(RewriteCardinalityException): class
2661 raise RewriteEmptyStreamException(self.elementDescription)
/external/antlr/runtime/Python/antlr3/
Dtree.py84 class RewriteEmptyStreamException(RewriteCardinalityException): class
2676 raise RewriteEmptyStreamException(self.elementDescription)