Searched defs:RewriteEmptyStreamException (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DRewriteEmptyStreamException.js2 org.antlr.runtime.tree.RewriteEmptyStreamException = function(elementDescription) {
3 var sup = org.antlr.runtime.tree.RewriteEmptyStreamException.superclass;
7 org.antlr.lang.extend(org.antlr.runtime.tree.RewriteEmptyStreamException,
10 return "org.antlr.runtime.tree.RewriteEmptyStreamException";
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DRewriteEmptyStreamException.java31 public class RewriteEmptyStreamException extends RewriteCardinalityException { class in inherits:RewriteCardinalityException
32 public RewriteEmptyStreamException(String elementDescription) { method in class:RewriteEmptyStreamException
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DRewriteEmptyStreamException.cs40 public class RewriteEmptyStreamException : RewriteCardinalityException { class in namespace:Antlr.Runtime.Tree
41 public RewriteEmptyStreamException() { method in class:Antlr.Runtime.Tree.RewriteEmptyStreamException
44 public RewriteEmptyStreamException(string elementDescription) method in class:Antlr.Runtime.Tree.RewriteEmptyStreamException
48 public RewriteEmptyStreamException(string elementDescription, Exception innerException) method in class:Antlr.Runtime.Tree.RewriteEmptyStreamException
52 public RewriteEmptyStreamException(string message, string elementDescription) method in class:Antlr.Runtime.Tree.RewriteEmptyStreamException
56 public RewriteEmptyStreamException(string message, string elementDescription, Exception innerException) method in class:Antlr.Runtime.Tree.RewriteEmptyStreamException
60 protected RewriteEmptyStreamException(SerializationInfo info, StreamingContext context) method in class:Antlr.Runtime.Tree.RewriteEmptyStreamException
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DRewriteEmptyStreamException.cs41 public class RewriteEmptyStreamException : RewriteCardinalityException class in namespace:Antlr.Runtime.Tree
43 public RewriteEmptyStreamException() method in class:Antlr.Runtime.Tree.RewriteEmptyStreamException
47 public RewriteEmptyStreamException(string elementDescription) method in class:Antlr.Runtime.Tree.RewriteEmptyStreamException
52 public RewriteEmptyStreamException(string elementDescription, Exception innerException) method in class:Antlr.Runtime.Tree.RewriteEmptyStreamException
57 public RewriteEmptyStreamException(string message, string elementDescription) method in class:Antlr.Runtime.Tree.RewriteEmptyStreamException
62 public RewriteEmptyStreamException(string message, string elementDescription, Exception innerException) method in class:Antlr.Runtime.Tree.RewriteEmptyStreamException
67 protected RewriteEmptyStreamException(SerializationInfo info, StreamingContext context) method in class:Antlr.Runtime.Tree.RewriteEmptyStreamException
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py84 class RewriteEmptyStreamException(RewriteCardinalityException): class in inherits:RewriteCardinalityException
2676 raise RewriteEmptyStreamException(self.elementDescription)
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 125 milliseconds