Searched refs:getCommand (Results 1 - 25 of 29) sorted by relevance

12

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DInlineRewriter.java79 PCommand command = node.getCommand();
102 node.getCommand().apply(WHITESPACE_STRIPPER);
103 node.replaceBy(node.getCommand());
H A DVarOptimizer.java216 multi.getCommand().addAll(((AMultipleCommand) command).getCommand());
218 multi.getCommand().add(command);
269 for (PCommand command : multiCommand.getCommand()) {
272 addToContents(contentsOf(lastEscapeCommand), escapeCommand.getCommand());
290 PCommand escapedCommand = escapeCommand.getCommand();
295 multiCommand.getCommand().add(escapedCommand);
H A DDataCommandConsolidator.java202 node.getCommand().apply(consolidator);
H A DAutoEscaper.java202 node.getCommand().apply(this);
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
H A DDepthFirstAdapter.java54 List<PCommand> copy = new ArrayList<PCommand>(node.getCommand());
285 if(node.getCommand() != null)
287 node.getCommand().apply(this);
314 if(node.getCommand() != null)
316 node.getCommand().apply(this);
347 if(node.getCommand() != null)
349 node.getCommand().apply(this);
380 if(node.getCommand() != null)
382 node.getCommand().apply(this);
417 if(node.getCommand() !
[all...]
H A DReversedDepthFirstAdapter.java54 List<PCommand> copy = new ArrayList<PCommand>(node.getCommand());
278 if(node.getCommand() != null)
280 node.getCommand().apply(this);
307 if(node.getCommand() != null)
309 node.getCommand().apply(this);
336 if(node.getCommand() != null)
338 node.getCommand().apply(this);
369 if(node.getCommand() != null)
371 node.getCommand().apply(this);
402 if(node.getCommand() !
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DAMultipleCommand.java38 public LinkedList<PCommand> getCommand() method in class:AMultipleCommand
H A DAOptimizedMultipleCommand.java21 LinkedList<PCommand> originalChildCommands = originalNode.getCommand();
H A DAInlineCommand.java67 public PCommand getCommand() method in class:AInlineCommand
H A DAAltCommand.java97 public PCommand getCommand() method in class:AAltCommand
H A DAAutoescapeCommand.java97 public PCommand getCommand() method in class:AAutoescapeCommand
H A DAEachCommand.java127 public PCommand getCommand() method in class:AEachCommand
H A DAEscapeCommand.java97 public PCommand getCommand() method in class:AEscapeCommand
H A DALoopToCommand.java127 public PCommand getCommand() method in class:ALoopToCommand
H A DAWithCommand.java127 public PCommand getCommand() method in class:AWithCommand
H A DADefCommand.java118 public PCommand getCommand() method in class:ADefCommand
H A DALoopCommand.java157 public PCommand getCommand() method in class:ALoopCommand
H A DALoopIncCommand.java187 public PCommand getCommand() method in class:ALoopIncCommand
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DTemplateInterpreter.java263 node.getCommand().apply(this);
282 node.getCommand().apply(this);
306 node.getCommand().apply(this);
324 loop(node.getVariable(), 0, end, 1, node.getCommand());
341 loop(node.getVariable(), start, end, 1, node.getCommand());
365 loop(node.getVariable(), start, end, incr, node.getCommand());
381 each(node.getVariable(), variableValue.getName(), parent, node.getCommand());
397 node.getCommand().apply(this);
448 context.registerMacro(macroName, new InterpretedMacro(node.getCommand(), template, macroName,
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateTranslator.java316 writeEach(node.getVariable(), parent, node.getCommand());
355 node.getCommand().apply(this);
379 writeLoop(node.getVariable(), start, end, incr, node.getCommand());
392 writeLoop(node.getVariable(), start, end, incr, node.getCommand());
406 writeLoop(node.getVariable(), start, end, incr, node.getCommand());
495 node.getCommand().apply(this);
535 node.getCommand().apply(this);
552 node.getCommand().apply(this);
687 node.getCommand().apply(TemplateTranslator.this);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java54 public String getCommand() { method in class:Impl_RowSet
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 190 milliseconds

12