Modifier and Type | Method and Description |
---|---|
void |
TemplateTranslator.caseADefCommand(ADefCommand node)
<?cs def:someMacro(x,y) > ...
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateInterpreter.caseADefCommand(ADefCommand node)
<?cs def:someMacro(x,y) > ...
|
Modifier and Type | Method and Description |
---|---|
void |
DataCommandConsolidator.caseADefCommand(ADefCommand node) |
void |
AutoEscaper.caseADefCommand(ADefCommand node) |
void |
StructuralWhitespaceStripper.caseADefCommand(ADefCommand node) |
Modifier and Type | Method and Description |
---|---|
void |
DepthFirstAdapter.caseADefCommand(ADefCommand node) |
void |
AnalysisAdapter.caseADefCommand(ADefCommand node) |
void |
Analysis.caseADefCommand(ADefCommand node) |
void |
ReversedDepthFirstAdapter.caseADefCommand(ADefCommand node) |
void |
DepthFirstAdapter.inADefCommand(ADefCommand node) |
void |
ReversedDepthFirstAdapter.inADefCommand(ADefCommand node) |
void |
DepthFirstAdapter.outADefCommand(ADefCommand node) |
void |
ReversedDepthFirstAdapter.outADefCommand(ADefCommand node) |
Copyright © 2010–2016 Google. All rights reserved.