Searched refs:DEFAULT_PROGRAM_NAME (Results 1 - 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DTokenRewriteStream.as84 public static const DEFAULT_PROGRAM_NAME:String = "default";
98 programs[DEFAULT_PROGRAM_NAME] = new Array();
105 public function rollback(instructionIndex:int, programName:String = DEFAULT_PROGRAM_NAME):void {
113 public function deleteProgram(programName:String = DEFAULT_PROGRAM_NAME):void {
117 public function insertAfterToken(t:Token, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
121 public function insertAfter(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
126 public function insertBeforeToken(t:Token, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
130 public function insertBefore(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
137 public function replace(index:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
141 public function replaceRange(fromIndex:int, toIndex:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME)
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs96 public const string DEFAULT_PROGRAM_NAME = "default"; field in class:Antlr.Runtime.TokenRewriteStream
193 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>(PROGRAM_INIT_SIZE);
208 Rollback(DEFAULT_PROGRAM_NAME, instructionIndex);
229 DeleteProgram(DEFAULT_PROGRAM_NAME);
238 InsertAfter(DEFAULT_PROGRAM_NAME, t, text);
242 InsertAfter(DEFAULT_PROGRAM_NAME, index, text);
256 InsertBefore(DEFAULT_PROGRAM_NAME, t, text);
260 InsertBefore(DEFAULT_PROGRAM_NAME, index, text);
276 Replace(DEFAULT_PROGRAM_NAME, index, index, text);
280 Replace(DEFAULT_PROGRAM_NAME, fro
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DTokenRewriteStream.js78 DEFAULT_PROGRAM_NAME: "default",
142 this.programs[trs.DEFAULT_PROGRAM_NAME] = [];
155 programName = trs.DEFAULT_PROGRAM_NAME;
169 programName = programName || trs.DEFAULT_PROGRAM_NAME;
193 programName = trs.DEFAULT_PROGRAM_NAME;
246 programName = trs.DEFAULT_PROGRAM_NAME;
267 programName = trs.DEFAULT_PROGRAM_NAME;
290 programName = trs.DEFAULT_PROGRAM_NAME;
295 programName = trs.DEFAULT_PROGRAM_NAME;
336 programName = programName || trs.DEFAULT_PROGRAM_NAME;
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs100 public const string DEFAULT_PROGRAM_NAME = "default"; field in class:Antlr.Runtime.TokenRewriteStream
217 programs[DEFAULT_PROGRAM_NAME] = new List<RewriteOperation>( PROGRAM_INIT_SIZE );
235 Rollback( DEFAULT_PROGRAM_NAME, instructionIndex );
259 DeleteProgram( DEFAULT_PROGRAM_NAME );
270 InsertAfter( DEFAULT_PROGRAM_NAME, t, text );
275 InsertAfter( DEFAULT_PROGRAM_NAME, index, text );
291 InsertBefore( DEFAULT_PROGRAM_NAME, t, text );
296 InsertBefore( DEFAULT_PROGRAM_NAME, index, text );
314 Replace( DEFAULT_PROGRAM_NAME, index, index, text );
319 Replace( DEFAULT_PROGRAM_NAME, fro
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java84 public static final String DEFAULT_PROGRAM_NAME = "default"; field in class:TokenRewriteStream
173 programs.put(DEFAULT_PROGRAM_NAME, new ArrayList(PROGRAM_INIT_SIZE));
188 rollback(DEFAULT_PROGRAM_NAME, instructionIndex);
203 deleteProgram(DEFAULT_PROGRAM_NAME);
212 insertAfter(DEFAULT_PROGRAM_NAME, t, text);
216 insertAfter(DEFAULT_PROGRAM_NAME, index, text);
229 insertBefore(DEFAULT_PROGRAM_NAME, t, text);
233 insertBefore(DEFAULT_PROGRAM_NAME, index, text);
248 replace(DEFAULT_PROGRAM_NAME, index, index, text);
252 replace(DEFAULT_PROGRAM_NAME, fro
[all...]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dstreams.py1078 DEFAULT_PROGRAM_NAME = "default" variable in class:TokenRewriteStream
1088 self.programs[self.DEFAULT_PROGRAM_NAME] = []
1105 programName = self.DEFAULT_PROGRAM_NAME
1116 def deleteProgram(self, programName=DEFAULT_PROGRAM_NAME):
1124 programName = self.DEFAULT_PROGRAM_NAME
1146 programName = self.DEFAULT_PROGRAM_NAME
1170 programName = self.DEFAULT_PROGRAM_NAME
1176 programName = self.DEFAULT_PROGRAM_NAME
1213 def getLastRewriteTokenIndex(self, programName=DEFAULT_PROGRAM_NAME):
1259 programName = self.DEFAULT_PROGRAM_NAME
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2536 DEFAULT_PROGRAM_NAME = 'default';
5768 Delete(DEFAULT_PROGRAM_NAME, Start, Stop);
5773 Delete(DEFAULT_PROGRAM_NAME, IndexT, IndexT);
5837 Delete(DEFAULT_PROGRAM_NAME, Start, Stop);
5842 Delete(DEFAULT_PROGRAM_NAME, Index, Index);
5852 DeleteProgram(DEFAULT_PROGRAM_NAME);
5857 Result := GetLastRewriteTokenIndex(DEFAULT_PROGRAM_NAME);
5917 FPrograms.Add(DEFAULT_PROGRAM_NAME, List);
5939 InsertAfter(DEFAULT_PROGRAM_NAME, T, Text);
5945 InsertAfter(DEFAULT_PROGRAM_NAME, Inde
[all...]
/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/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 1735 milliseconds