Home
last modified time | relevance | path

Searched refs:inANameCommand (Results 1 – 4 of 4) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DDataCommandConsolidator.java138 public void inANameCommand(ANameCommand node) { in inANameCommand() method in DataCommandConsolidator
DStructuralWhitespaceStripper.java362 public void inANameCommand(ANameCommand node) { in inANameCommand() method in StructuralWhitespaceStripper
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
DDepthFirstAdapter.java238 public void inANameCommand(ANameCommand node) in inANameCommand() method in DepthFirstAdapter
251 inANameCommand(node); in caseANameCommand()
DReversedDepthFirstAdapter.java239 public void inANameCommand(ANameCommand node) in inANameCommand() method in ReversedDepthFirstAdapter
252 inANameCommand(node); in caseANameCommand()