public class DataCommandConsolidator extends DepthFirstAdapter
Constructor and Description |
---|
DataCommandConsolidator() |
caseAAddExpression, caseAAltCommand, caseAAndExpression, caseAAutoescapeCommand, caseACallCommand, caseACommaExpression, caseACommentCommand, caseAContentTypeCommand, caseACsOpenPosition, caseADecimalExpression, caseADecNumberVariable, caseADescendVariable, caseADivideExpression, caseAEachCommand, caseAEqExpression, caseAEscapeCommand, caseAEvarCommand, caseAExistsExpression, caseAExpandVariable, caseAFunctionExpression, caseAGteExpression, caseAGtExpression, caseAHexExpression, caseAHexNumberVariable, caseAInlineCommand, caseALoopCommand, caseALoopIncCommand, caseALoopToCommand, caseALteExpression, caseALtExpression, caseALvarCommand, caseAModuloExpression, caseAMultipleCommand, caseAMultiplyExpression, caseANameCommand, caseANameVariable, caseANeExpression, caseANegativeExpression, caseANoopCommand, caseANoopExpression, caseANotExpression, caseANumericAddExpression, caseANumericEqExpression, caseANumericExpression, caseANumericNeExpression, caseAOrExpression, caseASequenceExpression, caseASetCommand, caseAStringExpression, caseASubtractExpression, caseAUvarCommand, caseAVarCommand, caseAVariableExpression, caseAWithCommand, caseStart, defaultIn, defaultOut, inAAddExpression, inAAndExpression, inAAutoescapeCommand, inACommaExpression, inACommentCommand, inAContentTypeCommand, inACsOpenPosition, inADataCommand, inADecimalExpression, inADecNumberVariable, inADefCommand, inADescendVariable, inADivideExpression, inAEqExpression, inAEscapeCommand, inAExistsExpression, inAExpandVariable, inAFunctionExpression, inAGteExpression, inAGtExpression, inAHardIncludeCommand, inAHardLincludeCommand, inAHexExpression, inAHexNumberVariable, inAIfCommand, inAIncludeCommand, inAInlineCommand, inALincludeCommand, inALteExpression, inALtExpression, inAModuloExpression, inAMultipleCommand, inAMultiplyExpression, inANameVariable, inANeExpression, inANegativeExpression, inANoopCommand, inANoopExpression, inANotExpression, inANumericAddExpression, inANumericEqExpression, inANumericExpression, inANumericNeExpression, inAOrExpression, inASequenceExpression, inASetCommand, inAStringExpression, inASubtractExpression, inAVariableExpression, inStart, outAAddExpression, outAAndExpression, outAAutoescapeCommand, outACallCommand, outACommaExpression, outACommentCommand, outAContentTypeCommand, outACsOpenPosition, outADataCommand, outADecimalExpression, outADecNumberVariable, outADefCommand, outADescendVariable, outADivideExpression, outAEqExpression, outAEscapeCommand, outAEvarCommand, outAExistsExpression, outAExpandVariable, outAFunctionExpression, outAGteExpression, outAGtExpression, outAHardIncludeCommand, outAHardLincludeCommand, outAHexExpression, outAHexNumberVariable, outAIfCommand, outAIncludeCommand, outAInlineCommand, outALincludeCommand, outALteExpression, outALtExpression, outALvarCommand, outAModuloExpression, outAMultipleCommand, outAMultiplyExpression, outANameCommand, outANameVariable, outANeExpression, outANegativeExpression, outANoopCommand, outANoopExpression, outANotExpression, outANumericAddExpression, outANumericEqExpression, outANumericExpression, outANumericNeExpression, outAOrExpression, outASequenceExpression, outASetCommand, outAStringExpression, outASubtractExpression, outAUvarCommand, outAVarCommand, outAVariableExpression, outStart
caseTAlt, caseTAnd, caseTArgWhitespace, caseTAssignment, caseTAutoescape, caseTBang, caseTBracketClose, caseTBracketOpen, caseTCall, caseTComma, caseTCommandDelimiter, caseTComment, caseTCommentStart, caseTContentType, caseTCsClose, caseTCsOpen, caseTData, caseTDecNumber, caseTDef, caseTDollar, caseTDot, caseTEach, caseTElse, caseTElseIf, caseTEq, caseTEscape, caseTEvar, caseTGt, caseTGte, caseTHardDelimiter, caseTHash, caseTHexNumber, caseTIf, caseTInclude, caseTInline, caseTLinclude, caseTLoop, caseTLt, caseTLte, caseTLvar, caseTMinus, caseTName, caseTNe, caseTOr, caseTParenClose, caseTParenOpen, caseTPercent, caseTPlus, caseTQuestion, caseTSet, caseTSlash, caseTStar, caseTString, caseTUvar, caseTVar, caseTWith, caseTWord, defaultCase, getIn, getOut, setIn, setOut
public void caseADataCommand(ADataCommand node)
caseADataCommand
in interface Analysis
caseADataCommand
in class DepthFirstAdapter
public void inAVarCommand(AVarCommand node)
inAVarCommand
in class DepthFirstAdapter
public void inALvarCommand(ALvarCommand node)
inALvarCommand
in class DepthFirstAdapter
public void inAUvarCommand(AUvarCommand node)
inAUvarCommand
in class DepthFirstAdapter
public void inAEvarCommand(AEvarCommand node)
inAEvarCommand
in class DepthFirstAdapter
public void inANameCommand(ANameCommand node)
inANameCommand
in class DepthFirstAdapter
public void inALoopCommand(ALoopCommand node)
inALoopCommand
in class DepthFirstAdapter
public void inALoopIncCommand(ALoopIncCommand node)
inALoopIncCommand
in class DepthFirstAdapter
public void inALoopToCommand(ALoopToCommand node)
inALoopToCommand
in class DepthFirstAdapter
public void inAEachCommand(AEachCommand node)
inAEachCommand
in class DepthFirstAdapter
public void inAWithCommand(AWithCommand node)
inAWithCommand
in class DepthFirstAdapter
public void outALoopCommand(ALoopCommand node)
outALoopCommand
in class DepthFirstAdapter
public void outALoopIncCommand(ALoopIncCommand node)
outALoopIncCommand
in class DepthFirstAdapter
public void outALoopToCommand(ALoopToCommand node)
outALoopToCommand
in class DepthFirstAdapter
public void outAEachCommand(AEachCommand node)
outAEachCommand
in class DepthFirstAdapter
public void outAWithCommand(AWithCommand node)
outAWithCommand
in class DepthFirstAdapter
public void caseADefCommand(ADefCommand node)
caseADefCommand
in interface Analysis
caseADefCommand
in class DepthFirstAdapter
public void inACallCommand(ACallCommand node)
inACallCommand
in class DepthFirstAdapter
public void caseAIfCommand(AIfCommand node)
caseAIfCommand
in interface Analysis
caseAIfCommand
in class DepthFirstAdapter
public void inAAltCommand(AAltCommand node)
inAAltCommand
in class DepthFirstAdapter
public void outAAltCommand(AAltCommand node)
outAAltCommand
in class DepthFirstAdapter
public void caseAIncludeCommand(AIncludeCommand node)
caseAIncludeCommand
in interface Analysis
caseAIncludeCommand
in class DepthFirstAdapter
public void caseAHardIncludeCommand(AHardIncludeCommand node)
caseAHardIncludeCommand
in interface Analysis
caseAHardIncludeCommand
in class DepthFirstAdapter
public void caseALincludeCommand(ALincludeCommand node)
caseALincludeCommand
in interface Analysis
caseALincludeCommand
in class DepthFirstAdapter
public void caseAHardLincludeCommand(AHardLincludeCommand node)
caseAHardLincludeCommand
in interface Analysis
caseAHardLincludeCommand
in class DepthFirstAdapter
public void caseEOF(EOF node)
caseEOF
in interface Analysis
caseEOF
in class AnalysisAdapter
Copyright © 2010-2013 Google. All Rights Reserved.