Searched refs:override (Results 1 - 25 of 1234) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DANTLRFileStream.as32 public override function get sourceName():String {
H A DBaseRecognizer.as58 * recovery, override mismatchRecover() and have it call
152 * If you override, make sure to update syntaxErrors if you care about that.
189 * For grammar debugging, you will want to override this to add
298 * the token). This is better than forcing you to override a method in
632 * override this method to create the appropriate tokens.
H A DLexer.as44 public override function reset():void {
126 public override function get sourceName():String {
131 * for efficiency reasons. Subclass and override this method and
141 * char buffer start..stop. If there is a text override in 'text',
222 * text override.
238 public override function reportError(e:RecognitionException):void {
242 public override function getErrorMessage(e:RecognitionException, tokenNames:Array):String {
H A DMissingTokenException.as16 public override function toString():String {
H A DParser.as42 public override function reset():void {
49 protected override function getCurrentInputSymbol(input:IntStream):Object {
53 protected override function getMissingSymbol(input:IntStream,
82 public override function get sourceName():String {
H A DRecognizerSharedState.as87 /** You can set the text for the current token to override what is in
H A DTokenRewriteStream.as213 public override function toString():String {
217 public override function toStringWithRange(start:int, end:int):String {
467 public override function execute(state:RewriteState):int {
489 public override function execute(state:RewriteState):int {
506 public override function toString():String {
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as26 * override this method. CommonTree returns Token.INVALID_TOKEN_TYPE
219 * override this method and any other createToken variant.
237 * override this method and any other createToken variant.
H A DCommonErrorNode.as33 public override function get isNil():Boolean {
62 public override function toString():String {
H A DCommonTree.as72 public override function dupNode():Tree {
76 public override function get isNil():Boolean {
80 public override function get type():int {
87 public override function get text():String {
94 public override function get line():int {
104 public override function get charPositionInLine():int {
114 public override function get tokenStartIndex():int {
121 public override function set tokenStartIndex(index:int):void {
125 public override function get tokenStopIndex():int {
132 public override functio
[all...]
H A DRewriteRuleNodeStream.as17 protected override function toTree(el:Object):Object {
21 protected override function dup(el:Object):Object {
H A DRewriteRuleSubtreeStream.as63 protected override function dup(el:Object):Object {
H A DRewriteRuleTokenStream.as51 protected override function toTree(el:Object):Object {
55 protected override function dup(el:Object):Object {
H A DTreeParser.as46 public override function reset():void {
62 public override function get sourceName():String {
66 protected override function getCurrentInputSymbol(input:IntStream):Object {
70 protected override function getMissingSymbol(input:IntStream,
109 /** We have DOWN/UP nodes in the stream that have no line info; override.
113 protected override function mismatch(input:IntStream, ttype:int, follow:BitSet):void {
121 public override function getErrorHeader(e:RecognitionException):String {
129 public override function getErrorMessage(e:RecognitionException, tokenNames:Array):String {
H A DTreeRuleReturnScope.as45 public override function get tree():Object {
57 public override function get start():Object {
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Collections.Tests.pas26 procedure SetUp; override;
27 procedure TearDown; override;
38 procedure SetUp; override;
39 procedure TearDown; override;
H A DAntlr.Runtime.Tests.pas23 procedure SetUp; override;
24 procedure TearDown; override;
H A DAntlr.Runtime.Tools.Tests.pas27 procedure SetUp; override;
28 procedure TearDown; override;
39 procedure SetUp; override;
40 procedure TearDown; override;
50 procedure SetUp; override;
51 procedure TearDown; override;
61 procedure SetUp; override;
62 procedure TearDown; override;
86 procedure SetUp; override;
87 procedure TearDown; override;
[all...]
H A DAntlr.Runtime.Tree.Tests.pas27 procedure SetUp; override;
28 procedure TearDown; override;
63 procedure SetUp; override;
64 procedure TearDown; override;
94 procedure SetUp; override;
95 procedure TearDown; override;
126 procedure Visit(const T: IANTLRInterface); override;
157 constructor Create(MethodName: String); override;
158 procedure SetUp; override;
159 procedure TearDown; override;
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas91 function DoGetCurrent: TPair<TKey, TValue>; override;
92 function DoMoveNext: Boolean; override;
H A DAntlr.Runtime.Tools.pas114 function ToString: String; override;
261 function DoGetEnumerator: TEnumerator<TPair<TKey,TValue>>; override;
268 destructor Destroy; override;
277 function DoGetCurrent: TPair<TKey,TValue>; override;
278 function DoMoveNext: Boolean; override;
H A DAntlr.Runtime.Tree.pas651 /// override this method and any other createToken variant.
668 /// override this method and any other createToken variant.
677 /// objects, you need to override this and then set the parser tree adaptor to
680 /// To get your parser to build nodes of a different type, override
1184 function ToString: String; override; abstract;
1214 function GetIsNil: Boolean; override;
1215 function GetTokenType: Integer; override;
1216 function GetText: String; override;
1217 function GetLine: Integer; override;
1218 function GetCharPositionInLine: Integer; override;
[all...]
H A DAntlr.Runtime.pas624 /// You can set the text for the current token to override what is in
715 /// recovery, override MismatchRecover() and have it call
751 /// If you override, make sure to update syntaxErrors if you care about that.
774 /// For grammar debugging, you will want to override this to add more information
793 /// the token). This is better than forcing you to override a method in
824 /// leading up to a call to this method. You could override if
1076 /// for efficiency reasons. Subclass and override this method and
1085 /// char buffer start..stop. If there is a text override in 'text',
1089 /// <para>If you are building trees, then you should also override
1128 /// text override
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/
H A Dantlr.js368 * subclass prototype. These will override the
418 var a=arguments, i, p, override=a[2];
419 if (override && override!==true) { // only absorb the specified properties
425 if (override || !r[p]) {
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddebug.rb372 debugging facility ;) Subclasses can override the record() method (which defaults to printing

Completed in 2184 milliseconds

1234567891011>>