HomeSort by relevance Sort by last modified time
    Searched refs:elementDescription (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
RewriteCardinalityException.java 35 public String elementDescription;
37 public RewriteCardinalityException(String elementDescription) {
38 this.elementDescription = elementDescription;
42 if ( elementDescription!=null ) {
43 return elementDescription;
RewriteEmptyStreamException.java 32 public RewriteEmptyStreamException(String elementDescription) {
33 super(elementDescription);
RewriteEarlyExitException.java 35 public RewriteEarlyExitException(String elementDescription) {
36 super(elementDescription);
RewriteRuleNodeStream.java 37 public RewriteRuleNodeStream(TreeAdaptor adaptor, String elementDescription) {
38 super(adaptor, elementDescription);
43 String elementDescription,
46 super(adaptor, elementDescription, oneElement);
51 String elementDescription,
54 super(adaptor, elementDescription, elements);
RewriteRuleSubtreeStream.java 34 public RewriteRuleSubtreeStream(TreeAdaptor adaptor, String elementDescription) {
35 super(adaptor, elementDescription);
40 String elementDescription,
43 super(adaptor, elementDescription, oneElement);
48 String elementDescription,
51 super(adaptor, elementDescription, elements);
RewriteRuleTokenStream.java 36 public RewriteRuleTokenStream(TreeAdaptor adaptor, String elementDescription) {
37 super(adaptor, elementDescription);
42 String elementDescription,
45 super(adaptor, elementDescription, oneElement);
50 String elementDescription,
53 super(adaptor, elementDescription, elements);
RewriteRuleElementStream.java 74 protected String elementDescription;
77 public RewriteRuleElementStream(TreeAdaptor adaptor, String elementDescription) {
78 this.elementDescription = elementDescription;
84 String elementDescription,
87 this(adaptor, elementDescription);
93 String elementDescription,
96 this(adaptor, elementDescription);
112 //System.out.println("add '"+elementDescription+"' is "+el);
157 throw new RewriteEmptyStreamException(elementDescription);
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteCardinalityException.as 35 public var elementDescription:String;
37 public function RewriteCardinalityException(elementDescription:String) {
38 super(elementDescription);
39 this.elementDescription = elementDescription;
43 if ( elementDescription!=null ) {
44 return elementDescription;
RewriteEarlyExitException.as 33 public function RewriteEarlyExitException(elementDescription:String = null) {
34 super(elementDescription);
RewriteEmptyStreamException.as 32 public function RewriteEmptyStreamException(elementDescription:String) {
33 super(elementDescription);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteEarlyExitException.cs 44 public RewriteEarlyExitException(string elementDescription)
45 : base(elementDescription) {
48 public RewriteEarlyExitException(string elementDescription, Exception innerException)
49 : base(elementDescription, innerException) {
52 public RewriteEarlyExitException(string message, string elementDescription)
53 : base(message, elementDescription) {
56 public RewriteEarlyExitException(string message, string elementDescription, Exception innerException)
57 : base(message, elementDescription, innerException) {
RewriteEmptyStreamException.cs 44 public RewriteEmptyStreamException(string elementDescription)
45 : base(elementDescription) {
48 public RewriteEmptyStreamException(string elementDescription, Exception innerException)
49 : base(elementDescription, innerException) {
52 public RewriteEmptyStreamException(string message, string elementDescription)
53 : base(message, elementDescription) {
56 public RewriteEmptyStreamException(string message, string elementDescription, Exception innerException)
57 : base(message, elementDescription, innerException) {
RewriteCardinalityException.cs 52 public RewriteCardinalityException(string elementDescription)
53 : this(elementDescription, elementDescription) {
54 this._elementDescription = elementDescription;
57 public RewriteCardinalityException(string elementDescription, Exception innerException)
58 : this(elementDescription, elementDescription, innerException) {
61 public RewriteCardinalityException(string message, string elementDescription)
63 _elementDescription = elementDescription;
66 public RewriteCardinalityException(string message, string elementDescription, Exception innerException
    [all...]
RewriteRuleNodeStream.cs 45 public RewriteRuleNodeStream(ITreeAdaptor adaptor, string elementDescription)
46 : base(adaptor, elementDescription) {
52 string elementDescription,
54 ) : base(adaptor, elementDescription, oneElement) {
60 string elementDescription,
62 ) : base(adaptor, elementDescription, elements) {
RewriteRuleTokenStream.cs 45 public RewriteRuleTokenStream(ITreeAdaptor adaptor, string elementDescription)
46 : base(adaptor, elementDescription) {
54 string elementDescription,
56 ) : base(adaptor, elementDescription, oneElement) {
62 string elementDescription,
64 ) : base(adaptor, elementDescription, elements) {
RewriteRuleElementStream.cs 83 protected string elementDescription;
86 public RewriteRuleElementStream(ITreeAdaptor adaptor, string elementDescription) {
87 this.elementDescription = elementDescription;
92 public RewriteRuleElementStream(ITreeAdaptor adaptor, string elementDescription, object oneElement)
93 : this(adaptor, elementDescription) {
98 public RewriteRuleElementStream(ITreeAdaptor adaptor, string elementDescription, IList elements)
99 : this(adaptor, elementDescription) {
117 //System.out.println("add '"+elementDescription+"' is "+el);
166 throw new RewriteEmptyStreamException(elementDescription);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteEarlyExitException.cs 47 public RewriteEarlyExitException(string elementDescription)
48 : base(elementDescription)
52 public RewriteEarlyExitException(string elementDescription, Exception innerException)
53 : base(elementDescription, innerException)
57 public RewriteEarlyExitException(string message, string elementDescription)
58 : base(message, elementDescription)
62 public RewriteEarlyExitException(string message, string elementDescription, Exception innerException)
63 : base(message, elementDescription, innerException)
RewriteEmptyStreamException.cs 47 public RewriteEmptyStreamException(string elementDescription)
48 : base(elementDescription)
52 public RewriteEmptyStreamException(string elementDescription, Exception innerException)
53 : base(elementDescription, innerException)
57 public RewriteEmptyStreamException(string message, string elementDescription)
58 : base(message, elementDescription)
62 public RewriteEmptyStreamException(string message, string elementDescription, Exception innerException)
63 : base(message, elementDescription, innerException)
RewriteCardinalityException.cs 55 public RewriteCardinalityException(string elementDescription)
56 : this(elementDescription, elementDescription)
58 this._elementDescription = elementDescription;
61 public RewriteCardinalityException(string elementDescription, Exception innerException)
62 : this(elementDescription, elementDescription, innerException)
66 public RewriteCardinalityException(string message, string elementDescription)
69 _elementDescription = elementDescription;
72 public RewriteCardinalityException(string message, string elementDescription, Exception innerException
    [all...]
RewriteRuleNodeStream.cs 47 public RewriteRuleNodeStream( ITreeAdaptor adaptor, string elementDescription )
48 : base( adaptor, elementDescription )
53 public RewriteRuleNodeStream( ITreeAdaptor adaptor, string elementDescription, object oneElement )
54 : base( adaptor, elementDescription, oneElement )
59 public RewriteRuleNodeStream( ITreeAdaptor adaptor, string elementDescription, IList elements )
60 : base( adaptor, elementDescription, elements )
RewriteRuleTokenStream.cs 42 public RewriteRuleTokenStream( ITreeAdaptor adaptor, string elementDescription )
43 : base( adaptor, elementDescription )
48 public RewriteRuleTokenStream( ITreeAdaptor adaptor, string elementDescription, object oneElement )
49 : base( adaptor, elementDescription, oneElement )
54 public RewriteRuleTokenStream( ITreeAdaptor adaptor, string elementDescription, IList elements )
55 : base( adaptor, elementDescription, elements )
RewriteRuleElementStream.cs 85 protected string elementDescription;
88 public RewriteRuleElementStream( ITreeAdaptor adaptor, string elementDescription )
90 this.elementDescription = elementDescription;
95 public RewriteRuleElementStream( ITreeAdaptor adaptor, string elementDescription, object oneElement )
96 : this( adaptor, elementDescription )
102 public RewriteRuleElementStream( ITreeAdaptor adaptor, string elementDescription, IList elements )
103 : this( adaptor, elementDescription )
124 //System.out.println("add '"+elementDescription+"' is "+el);
180 throw new RewriteEmptyStreamException( elementDescription );
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteEarlyExitException.js 2 org.antlr.runtime.tree.RewriteEarlyExitException = function(elementDescription) {
4 if (org.antlr.lang.isUndefined(elementDescription)) {
5 elementDescription = null;
7 sup.constructor.call(this, elementDescription);
RewriteCardinalityException.js 1 org.antlr.runtime.tree.RewriteCardinalityException = function(elementDescription) {
2 this.elementDescription = elementDescription;
11 if ( org.antlr.lang.isString(this.elementDescription) ) {
12 return this.elementDescription;
RewriteEmptyStreamException.js 2 org.antlr.runtime.tree.RewriteEmptyStreamException = function(elementDescription) {
4 sup.constructor.call(this, elementDescription);

Completed in 311 milliseconds

1 2 3