net.percederberg.mib.asn1.analysis
Class DepthFirstAdapter

java.lang.Object
  |
  +--net.percederberg.mib.asn1.analysis.TreeWalker
        |
        +--net.percederberg.mib.asn1.analysis.DepthFirstAdapter
All Implemented Interfaces:
Switch
Direct Known Subclasses:
TreePrinter

public class DepthFirstAdapter
extends TreeWalker
implements Switch

This class provides a depth first tree traversal implementation for the parse tree. This class should be subclassed and the appropriate inX and outX methods overridden for handling various types of parse tree node analysis. All the case methods are declared final to avoid overriding them.

Version:
1.2
Author:
Per Cederberg, per@percederberg.net

Constructor Summary
DepthFirstAdapter()
           
 
Method Summary
 void caseAlphabetConstraint(Node node)
          Depth-first traverses this node.
 void caseAnyType(Node node)
          Depth-first traverses this node.
 void caseAssignment(Node node)
          Depth-first traverses this node.
 void caseAssignmentList(Node node)
          Depth-first traverses this node.
 void caseBinaryString(Node node)
          Depth-first traverses this node.
 void caseBitStringType(Node node)
          Depth-first traverses this node.
 void caseBooleanValue(Node node)
          Depth-first traverses this node.
 void caseBuiltinType(Node node)
          Depth-first traverses this node.
 void caseBuiltinValue(Node node)
          Depth-first traverses this node.
 void caseCharString(Node node)
          Depth-first traverses this node.
 void caseChoiceType(Node node)
          Depth-first traverses this node.
 void caseClass(Node node)
          Depth-first traverses this node.
 void caseClassNumber(Node node)
          Depth-first traverses this node.
 void caseComplianceGroup(Node node)
          Depth-first traverses this node.
 void caseComplianceObject(Node node)
          Depth-first traverses this node.
 void caseConstraint(Node node)
          Depth-first traverses this node.
 void caseConstraintList(Node node)
          Depth-first traverses this node.
 void caseDefinedMacroName(Node node)
          Depth-first traverses this node.
 void caseDefinedMacroType(Node node)
          Depth-first traverses this node.
 void caseDefinedType(Node node)
          Depth-first traverses this node.
 void caseDefinedValue(Node node)
          Depth-first traverses this node.
 void caseElementType(Node node)
          Depth-first traverses this node.
 void caseElementTypeList(Node node)
          Depth-first traverses this node.
 void caseEnumeratedType(Node node)
          Depth-first traverses this node.
 void caseEOF(Node node)
          Depth-first traverses this node.
 void caseExports(Node node)
          Depth-first traverses this node.
 void caseHexString(Node node)
          Depth-first traverses this node.
 void caseIdentifier(Node node)
          Depth-first traverses this node.
 void caseImports(Node node)
          Depth-first traverses this node.
 void caseIntegerType(Node node)
          Depth-first traverses this node.
 void caseLowerEndPoint(Node node)
          Depth-first traverses this node.
 void caseMacroBody(Node node)
          Depth-first traverses this node.
 void caseMacroDefinition(Node node)
          Depth-first traverses this node.
 void caseMacroReference(Node node)
          Depth-first traverses this node.
 void caseModuleBody(Node node)
          Depth-first traverses this node.
 void caseModuleDefinition(Node node)
          Depth-first traverses this node.
 void caseModuleIdentifier(Node node)
          Depth-first traverses this node.
 void caseModuleReference(Node node)
          Depth-first traverses this node.
 void caseNameAndNumberForm(Node node)
          Depth-first traverses this node.
 void caseNamedBit(Node node)
          Depth-first traverses this node.
 void caseNamedBits(Node node)
          Depth-first traverses this node.
 void caseNamedNumber(Node node)
          Depth-first traverses this node.
 void caseNamedNumberList(Node node)
          Depth-first traverses this node.
 void caseNamedType(Node node)
          Depth-first traverses this node.
 void caseNamedValue(Node node)
          Depth-first traverses this node.
 void caseNullValue(Node node)
          Depth-first traverses this node.
 void caseNumber(Node node)
          Depth-first traverses this node.
 void caseObjectIdentifierValue(Node node)
          Depth-first traverses this node.
 void caseObjIdComponent(Node node)
          Depth-first traverses this node.
 void caseObjIdComponentList(Node node)
          Depth-first traverses this node.
 void caseSelectionType(Node node)
          Depth-first traverses this node.
 void caseSequenceOfType(Node node)
          Depth-first traverses this node.
 void caseSequenceType(Node node)
          Depth-first traverses this node.
 void caseSetOfType(Node node)
          Depth-first traverses this node.
 void caseSetType(Node node)
          Depth-first traverses this node.
 void caseSignedNumber(Node node)
          Depth-first traverses this node.
 void caseSizeConstraint(Node node)
          Depth-first traverses this node.
 void caseSkipToEND(Node node)
          Depth-first traverses this node.
 void caseSnmpAccessPart(Node node)
          Depth-first traverses this node.
 void caseSnmpAgentCapabilitiesMacroType(Node node)
          Depth-first traverses this node.
 void caseSnmpCompliancePart(Node node)
          Depth-first traverses this node.
 void caseSnmpContactPart(Node node)
          Depth-first traverses this node.
 void caseSnmpCreationPart(Node node)
          Depth-first traverses this node.
 void caseSnmpDefValPart(Node node)
          Depth-first traverses this node.
 void caseSnmpDescrPart(Node node)
          Depth-first traverses this node.
 void caseSnmpDisplayPart(Node node)
          Depth-first traverses this node.
 void caseSnmpEnterprisePart(Node node)
          Depth-first traverses this node.
 void caseSnmpIndexPart(Node node)
          Depth-first traverses this node.
 void caseSnmpMandatoryPart(Node node)
          Depth-first traverses this node.
 void caseSnmpModuleComplianceMacroType(Node node)
          Depth-first traverses this node.
 void caseSnmpModuleIdentityMacroType(Node node)
          Depth-first traverses this node.
 void caseSnmpModulePart(Node node)
          Depth-first traverses this node.
 void caseSnmpModuleSupportPart(Node node)
          Depth-first traverses this node.
 void caseSnmpNotificationGroupMacroType(Node node)
          Depth-first traverses this node.
 void caseSnmpNotificationsPart(Node node)
          Depth-first traverses this node.
 void caseSnmpNotificationTypeMacroType(Node node)
          Depth-first traverses this node.
 void caseSnmpObjectGroupMacroType(Node node)
          Depth-first traverses this node.
 void caseSnmpObjectIdentityMacroType(Node node)
          Depth-first traverses this node.
 void caseSnmpObjectsPart(Node node)
          Depth-first traverses this node.
 void caseSnmpObjectTypeMacroType(Node node)
          Depth-first traverses this node.
 void caseSnmpOrganizationPart(Node node)
          Depth-first traverses this node.
 void caseSnmpProductReleasePart(Node node)
          Depth-first traverses this node.
 void caseSnmpReferPart(Node node)
          Depth-first traverses this node.
 void caseSnmpRevisionPart(Node node)
          Depth-first traverses this node.
 void caseSnmpStatusPart(Node node)
          Depth-first traverses this node.
 void caseSnmpSyntaxPart(Node node)
          Depth-first traverses this node.
 void caseSnmpTextualConventionMacroType(Node node)
          Depth-first traverses this node.
 void caseSnmpTrapTypeMacroType(Node node)
          Depth-first traverses this node.
 void caseSnmpUnitsPart(Node node)
          Depth-first traverses this node.
 void caseSnmpUpdatePart(Node node)
          Depth-first traverses this node.
 void caseSnmpVariationPart(Node node)
          Depth-first traverses this node.
 void caseSnmpVarPart(Node node)
          Depth-first traverses this node.
 void caseSnmpWriteSyntaxPart(Node node)
          Depth-first traverses this node.
 void caseSpecialRealValue(Node node)
          Depth-first traverses this node.
 void caseStart(Node node)
          Depth-first traverses this node.
 void caseStringType(Node node)
          Depth-first traverses this node.
 void caseSymbol(Node node)
          Depth-first traverses this node.
 void caseSymbolList(Node node)
          Depth-first traverses this node.
 void caseSymbolsFromModule(Node node)
          Depth-first traverses this node.
 void caseSymbolsFromModuleList(Node node)
          Depth-first traverses this node.
 void caseTABSENT(Node node)
          Depth-first traverses this node.
 void caseTACCESS(Node node)
          Depth-first traverses this node.
 void caseTag(Node node)
          Depth-first traverses this node.
 void caseTagDefault(Node node)
          Depth-first traverses this node.
 void caseTAGENT_CAPABILITIES(Node node)
          Depth-first traverses this node.
 void caseTaggedType(Node node)
          Depth-first traverses this node.
 void caseTANY(Node node)
          Depth-first traverses this node.
 void caseTAPPLICATION(Node node)
          Depth-first traverses this node.
 void caseTASSIGN(Node node)
          Depth-first traverses this node.
 void caseTAUGMENTS(Node node)
          Depth-first traverses this node.
 void caseTBAR(Node node)
          Depth-first traverses this node.
 void caseTBEGIN(Node node)
          Depth-first traverses this node.
 void caseTBINSTRING(Node node)
          Depth-first traverses this node.
 void caseTBIT(Node node)
          Depth-first traverses this node.
 void caseTBITS(Node node)
          Depth-first traverses this node.
 void caseTBOOLEAN(Node node)
          Depth-first traverses this node.
 void caseTBY(Node node)
          Depth-first traverses this node.
 void caseTCHOICE(Node node)
          Depth-first traverses this node.
 void caseTCOMMA(Node node)
          Depth-first traverses this node.
 void caseTCOMPONENT(Node node)
          Depth-first traverses this node.
 void caseTCOMPONENTS(Node node)
          Depth-first traverses this node.
 void caseTCONTACT_INFO(Node node)
          Depth-first traverses this node.
 void caseTCREATION_REQUIRES(Node node)
          Depth-first traverses this node.
 void caseTCSTRING(Node node)
          Depth-first traverses this node.
 void caseTDEFAULT(Node node)
          Depth-first traverses this node.
 void caseTDEFINED(Node node)
          Depth-first traverses this node.
 void caseTDEFINITIONS(Node node)
          Depth-first traverses this node.
 void caseTDEFVAL(Node node)
          Depth-first traverses this node.
 void caseTDESCRIPTION(Node node)
          Depth-first traverses this node.
 void caseTDISPLAY_HINT(Node node)
          Depth-first traverses this node.
 void caseTDOT(Node node)
          Depth-first traverses this node.
 void caseTEND(Node node)
          Depth-first traverses this node.
 void caseTENTERPRISE(Node node)
          Depth-first traverses this node.
 void caseTENUMERATED(Node node)
          Depth-first traverses this node.
 void caseTEXPLICIT(Node node)
          Depth-first traverses this node.
 void caseTEXPORTS(Node node)
          Depth-first traverses this node.
 void caseTFALSE(Node node)
          Depth-first traverses this node.
 void caseTFROM(Node node)
          Depth-first traverses this node.
 void caseTGROUP(Node node)
          Depth-first traverses this node.
 void caseTHEXSTRING(Node node)
          Depth-first traverses this node.
 void caseTIDENT(Node node)
          Depth-first traverses this node.
 void caseTIDENTIFIER(Node node)
          Depth-first traverses this node.
 void caseTIMPLICIT(Node node)
          Depth-first traverses this node.
 void caseTIMPLIED(Node node)
          Depth-first traverses this node.
 void caseTIMPORTS(Node node)
          Depth-first traverses this node.
 void caseTINCLUDES(Node node)
          Depth-first traverses this node.
 void caseTINDEX(Node node)
          Depth-first traverses this node.
 void caseTINTEGER(Node node)
          Depth-first traverses this node.
 void caseTLAST_UPDATED(Node node)
          Depth-first traverses this node.
 void caseTLEFTBRACE(Node node)
          Depth-first traverses this node.
 void caseTLEFTBRACKET(Node node)
          Depth-first traverses this node.
 void caseTLEFTPAREN(Node node)
          Depth-first traverses this node.
 void caseTLESSTHAN(Node node)
          Depth-first traverses this node.
 void caseTMACRO(Node node)
          Depth-first traverses this node.
 void caseTMANDATORY_GROUPS(Node node)
          Depth-first traverses this node.
 void caseTMAX_ACCESS(Node node)
          Depth-first traverses this node.
 void caseTMAX(Node node)
          Depth-first traverses this node.
 void caseTMIN_ACCESS(Node node)
          Depth-first traverses this node.
 void caseTMIN(Node node)
          Depth-first traverses this node.
 void caseTMINUS_INFINITY(Node node)
          Depth-first traverses this node.
 void caseTMINUS(Node node)
          Depth-first traverses this node.
 void caseTMODULE_COMPLIANCE(Node node)
          Depth-first traverses this node.
 void caseTMODULE_IDENTITY(Node node)
          Depth-first traverses this node.
 void caseTMODULE(Node node)
          Depth-first traverses this node.
 void caseTNOTIFICATION_GROUP(Node node)
          Depth-first traverses this node.
 void caseTNOTIFICATION_TYPE(Node node)
          Depth-first traverses this node.
 void caseTNOTIFICATIONS(Node node)
          Depth-first traverses this node.
 void caseTNULL(Node node)
          Depth-first traverses this node.
 void caseTNUMBER(Node node)
          Depth-first traverses this node.
 void caseTOBJECT_GROUP(Node node)
          Depth-first traverses this node.
 void caseTOBJECT_IDENTITY(Node node)
          Depth-first traverses this node.
 void caseTOBJECT_TYPE(Node node)
          Depth-first traverses this node.
 void caseTOBJECT(Node node)
          Depth-first traverses this node.
 void caseTOBJECTS(Node node)
          Depth-first traverses this node.
 void caseTOCTET(Node node)
          Depth-first traverses this node.
 void caseTOF(Node node)
          Depth-first traverses this node.
 void caseTOPTIONAL(Node node)
          Depth-first traverses this node.
 void caseTORGANIZATION(Node node)
          Depth-first traverses this node.
 void caseTPLUS_INFINITY(Node node)
          Depth-first traverses this node.
 void caseTPRESENT(Node node)
          Depth-first traverses this node.
 void caseTPRIVATE(Node node)
          Depth-first traverses this node.
 void caseTPRODUCT_RELEASE(Node node)
          Depth-first traverses this node.
 void caseTREAL(Node node)
          Depth-first traverses this node.
 void caseTREFERENCE(Node node)
          Depth-first traverses this node.
 void caseTREVISION(Node node)
          Depth-first traverses this node.
 void caseTRIGHTBRACE(Node node)
          Depth-first traverses this node.
 void caseTRIGHTBRACKET(Node node)
          Depth-first traverses this node.
 void caseTRIGHTPAREN(Node node)
          Depth-first traverses this node.
 void caseTSEMI_COLON(Node node)
          Depth-first traverses this node.
 void caseTSEQUENCE(Node node)
          Depth-first traverses this node.
 void caseTSET(Node node)
          Depth-first traverses this node.
 void caseTSIZE(Node node)
          Depth-first traverses this node.
 void caseTSTATUS(Node node)
          Depth-first traverses this node.
 void caseTSTRING(Node node)
          Depth-first traverses this node.
 void caseTSUPPORTS(Node node)
          Depth-first traverses this node.
 void caseTSYNTAX(Node node)
          Depth-first traverses this node.
 void caseTTAGS(Node node)
          Depth-first traverses this node.
 void caseTTEXTUAL_CONVENTION(Node node)
          Depth-first traverses this node.
 void caseTTRAP_TYPE(Node node)
          Depth-first traverses this node.
 void caseTTRUE(Node node)
          Depth-first traverses this node.
 void caseTUNITS(Node node)
          Depth-first traverses this node.
 void caseTUNIVERSAL(Node node)
          Depth-first traverses this node.
 void caseTVARIABLES(Node node)
          Depth-first traverses this node.
 void caseTVARIATION(Node node)
          Depth-first traverses this node.
 void caseTWITH(Node node)
          Depth-first traverses this node.
 void caseTWRITE_SYNTAX(Node node)
          Depth-first traverses this node.
 void caseType(Node node)
          Depth-first traverses this node.
 void caseTypeAssignment(Node node)
          Depth-first traverses this node.
 void caseTypeOrBits(Node node)
          Depth-first traverses this node.
 void caseTypeOrValue(Node node)
          Depth-first traverses this node.
 void caseTypeOrValueList(Node node)
          Depth-first traverses this node.
 void caseTypeReference(Node node)
          Depth-first traverses this node.
 void caseUpperEndPoint(Node node)
          Depth-first traverses this node.
 void caseValue(Node node)
          Depth-first traverses this node.
 void caseValueAssignment(Node node)
          Depth-first traverses this node.
 void caseValueConstraint(Node node)
          Depth-first traverses this node.
 void caseValueList(Node node)
          Depth-first traverses this node.
 void caseValueRange(Node node)
          Depth-first traverses this node.
 void caseVarTypes(Node node)
          Depth-first traverses this node.
protected  void defaultCase(Node node)
          Traverses the child nodes recursively by switching them on this object.
protected  void defaultIn(Node node)
          A default method called from all inX methods.
protected  void defaultOut(Node node)
          A default method called from all outX methods.
protected  void inAlphabetConstraint(Node node)
          Called when entering a node of this type.
protected  void inAnyType(Node node)
          Called when entering a node of this type.
protected  void inAssignment(Node node)
          Called when entering a node of this type.
protected  void inAssignmentList(Node node)
          Called when entering a node of this type.
protected  void inBinaryString(Node node)
          Called when entering a node of this type.
protected  void inBitStringType(Node node)
          Called when entering a node of this type.
protected  void inBooleanValue(Node node)
          Called when entering a node of this type.
protected  void inBuiltinType(Node node)
          Called when entering a node of this type.
protected  void inBuiltinValue(Node node)
          Called when entering a node of this type.
protected  void inCharString(Node node)
          Called when entering a node of this type.
protected  void inChoiceType(Node node)
          Called when entering a node of this type.
protected  void inClass(Node node)
          Called when entering a node of this type.
protected  void inClassNumber(Node node)
          Called when entering a node of this type.
protected  void inComplianceGroup(Node node)
          Called when entering a node of this type.
protected  void inComplianceObject(Node node)
          Called when entering a node of this type.
protected  void inConstraint(Node node)
          Called when entering a node of this type.
protected  void inConstraintList(Node node)
          Called when entering a node of this type.
protected  void inDefinedMacroName(Node node)
          Called when entering a node of this type.
protected  void inDefinedMacroType(Node node)
          Called when entering a node of this type.
protected  void inDefinedType(Node node)
          Called when entering a node of this type.
protected  void inDefinedValue(Node node)
          Called when entering a node of this type.
protected  void inElementType(Node node)
          Called when entering a node of this type.
protected  void inElementTypeList(Node node)
          Called when entering a node of this type.
protected  void inEnumeratedType(Node node)
          Called when entering a node of this type.
protected  void inEOF(Node node)
          Called when entering a node of this type.
protected  void inExports(Node node)
          Called when entering a node of this type.
protected  void inHexString(Node node)
          Called when entering a node of this type.
protected  void inIdentifier(Node node)
          Called when entering a node of this type.
protected  void inImports(Node node)
          Called when entering a node of this type.
protected  void inIntegerType(Node node)
          Called when entering a node of this type.
protected  void inLowerEndPoint(Node node)
          Called when entering a node of this type.
protected  void inMacroBody(Node node)
          Called when entering a node of this type.
protected  void inMacroDefinition(Node node)
          Called when entering a node of this type.
protected  void inMacroReference(Node node)
          Called when entering a node of this type.
protected  void inModuleBody(Node node)
          Called when entering a node of this type.
protected  void inModuleDefinition(Node node)
          Called when entering a node of this type.
protected  void inModuleIdentifier(Node node)
          Called when entering a node of this type.
protected  void inModuleReference(Node node)
          Called when entering a node of this type.
protected  void inNameAndNumberForm(Node node)
          Called when entering a node of this type.
protected  void inNamedBit(Node node)
          Called when entering a node of this type.
protected  void inNamedBits(Node node)
          Called when entering a node of this type.
protected  void inNamedNumber(Node node)
          Called when entering a node of this type.
protected  void inNamedNumberList(Node node)
          Called when entering a node of this type.
protected  void inNamedType(Node node)
          Called when entering a node of this type.
protected  void inNamedValue(Node node)
          Called when entering a node of this type.
protected  void inNullValue(Node node)
          Called when entering a node of this type.
protected  void inNumber(Node node)
          Called when entering a node of this type.
protected  void inObjectIdentifierValue(Node node)
          Called when entering a node of this type.
protected  void inObjIdComponent(Node node)
          Called when entering a node of this type.
protected  void inObjIdComponentList(Node node)
          Called when entering a node of this type.
protected  void inSelectionType(Node node)
          Called when entering a node of this type.
protected  void inSequenceOfType(Node node)
          Called when entering a node of this type.
protected  void inSequenceType(Node node)
          Called when entering a node of this type.
protected  void inSetOfType(Node node)
          Called when entering a node of this type.
protected  void inSetType(Node node)
          Called when entering a node of this type.
protected  void inSignedNumber(Node node)
          Called when entering a node of this type.
protected  void inSizeConstraint(Node node)
          Called when entering a node of this type.
protected  void inSkipToEND(Node node)
          Called when entering a node of this type.
protected  void inSnmpAccessPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpAgentCapabilitiesMacroType(Node node)
          Called when entering a node of this type.
protected  void inSnmpCompliancePart(Node node)
          Called when entering a node of this type.
protected  void inSnmpContactPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpCreationPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpDefValPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpDescrPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpDisplayPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpEnterprisePart(Node node)
          Called when entering a node of this type.
protected  void inSnmpIndexPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpMandatoryPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpModuleComplianceMacroType(Node node)
          Called when entering a node of this type.
protected  void inSnmpModuleIdentityMacroType(Node node)
          Called when entering a node of this type.
protected  void inSnmpModulePart(Node node)
          Called when entering a node of this type.
protected  void inSnmpModuleSupportPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpNotificationGroupMacroType(Node node)
          Called when entering a node of this type.
protected  void inSnmpNotificationsPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpNotificationTypeMacroType(Node node)
          Called when entering a node of this type.
protected  void inSnmpObjectGroupMacroType(Node node)
          Called when entering a node of this type.
protected  void inSnmpObjectIdentityMacroType(Node node)
          Called when entering a node of this type.
protected  void inSnmpObjectsPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpObjectTypeMacroType(Node node)
          Called when entering a node of this type.
protected  void inSnmpOrganizationPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpProductReleasePart(Node node)
          Called when entering a node of this type.
protected  void inSnmpReferPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpRevisionPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpStatusPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpSyntaxPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpTextualConventionMacroType(Node node)
          Called when entering a node of this type.
protected  void inSnmpTrapTypeMacroType(Node node)
          Called when entering a node of this type.
protected  void inSnmpUnitsPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpUpdatePart(Node node)
          Called when entering a node of this type.
protected  void inSnmpVariationPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpVarPart(Node node)
          Called when entering a node of this type.
protected  void inSnmpWriteSyntaxPart(Node node)
          Called when entering a node of this type.
protected  void inSpecialRealValue(Node node)
          Called when entering a node of this type.
protected  void inStart(Node node)
          Called when entering a node of this type.
protected  void inStringType(Node node)
          Called when entering a node of this type.
protected  void inSymbol(Node node)
          Called when entering a node of this type.
protected  void inSymbolList(Node node)
          Called when entering a node of this type.
protected  void inSymbolsFromModule(Node node)
          Called when entering a node of this type.
protected  void inSymbolsFromModuleList(Node node)
          Called when entering a node of this type.
protected  void inTABSENT(Node node)
          Called when entering a node of this type.
protected  void inTACCESS(Node node)
          Called when entering a node of this type.
protected  void inTag(Node node)
          Called when entering a node of this type.
protected  void inTagDefault(Node node)
          Called when entering a node of this type.
protected  void inTAGENT_CAPABILITIES(Node node)
          Called when entering a node of this type.
protected  void inTaggedType(Node node)
          Called when entering a node of this type.
protected  void inTANY(Node node)
          Called when entering a node of this type.
protected  void inTAPPLICATION(Node node)
          Called when entering a node of this type.
protected  void inTASSIGN(Node node)
          Called when entering a node of this type.
protected  void inTAUGMENTS(Node node)
          Called when entering a node of this type.
protected  void inTBAR(Node node)
          Called when entering a node of this type.
protected  void inTBEGIN(Node node)
          Called when entering a node of this type.
protected  void inTBINSTRING(Node node)
          Called when entering a node of this type.
protected  void inTBIT(Node node)
          Called when entering a node of this type.
protected  void inTBITS(Node node)
          Called when entering a node of this type.
protected  void inTBOOLEAN(Node node)
          Called when entering a node of this type.
protected  void inTBY(Node node)
          Called when entering a node of this type.
protected  void inTCHOICE(Node node)
          Called when entering a node of this type.
protected  void inTCOMMA(Node node)
          Called when entering a node of this type.
protected  void inTCOMPONENT(Node node)
          Called when entering a node of this type.
protected  void inTCOMPONENTS(Node node)
          Called when entering a node of this type.
protected  void inTCONTACT_INFO(Node node)
          Called when entering a node of this type.
protected  void inTCREATION_REQUIRES(Node node)
          Called when entering a node of this type.
protected  void inTCSTRING(Node node)
          Called when entering a node of this type.
protected  void inTDEFAULT(Node node)
          Called when entering a node of this type.
protected  void inTDEFINED(Node node)
          Called when entering a node of this type.
protected  void inTDEFINITIONS(Node node)
          Called when entering a node of this type.
protected  void inTDEFVAL(Node node)
          Called when entering a node of this type.
protected  void inTDESCRIPTION(Node node)
          Called when entering a node of this type.
protected  void inTDISPLAY_HINT(Node node)
          Called when entering a node of this type.
protected  void inTDOT(Node node)
          Called when entering a node of this type.
protected  void inTEND(Node node)
          Called when entering a node of this type.
protected  void inTENTERPRISE(Node node)
          Called when entering a node of this type.
protected  void inTENUMERATED(Node node)
          Called when entering a node of this type.
protected  void inTEXPLICIT(Node node)
          Called when entering a node of this type.
protected  void inTEXPORTS(Node node)
          Called when entering a node of this type.
protected  void inTFALSE(Node node)
          Called when entering a node of this type.
protected  void inTFROM(Node node)
          Called when entering a node of this type.
protected  void inTGROUP(Node node)
          Called when entering a node of this type.
protected  void inTHEXSTRING(Node node)
          Called when entering a node of this type.
protected  void inTIDENT(Node node)
          Called when entering a node of this type.
protected  void inTIDENTIFIER(Node node)
          Called when entering a node of this type.
protected  void inTIMPLICIT(Node node)
          Called when entering a node of this type.
protected  void inTIMPLIED(Node node)
          Called when entering a node of this type.
protected  void inTIMPORTS(Node node)
          Called when entering a node of this type.
protected  void inTINCLUDES(Node node)
          Called when entering a node of this type.
protected  void inTINDEX(Node node)
          Called when entering a node of this type.
protected  void inTINTEGER(Node node)
          Called when entering a node of this type.
protected  void inTLAST_UPDATED(Node node)
          Called when entering a node of this type.
protected  void inTLEFTBRACE(Node node)
          Called when entering a node of this type.
protected  void inTLEFTBRACKET(Node node)
          Called when entering a node of this type.
protected  void inTLEFTPAREN(Node node)
          Called when entering a node of this type.
protected  void inTLESSTHAN(Node node)
          Called when entering a node of this type.
protected  void inTMACRO(Node node)
          Called when entering a node of this type.
protected  void inTMANDATORY_GROUPS(Node node)
          Called when entering a node of this type.
protected  void inTMAX_ACCESS(Node node)
          Called when entering a node of this type.
protected  void inTMAX(Node node)
          Called when entering a node of this type.
protected  void inTMIN_ACCESS(Node node)
          Called when entering a node of this type.
protected  void inTMIN(Node node)
          Called when entering a node of this type.
protected  void inTMINUS_INFINITY(Node node)
          Called when entering a node of this type.
protected  void inTMINUS(Node node)
          Called when entering a node of this type.
protected  void inTMODULE_COMPLIANCE(Node node)
          Called when entering a node of this type.
protected  void inTMODULE_IDENTITY(Node node)
          Called when entering a node of this type.
protected  void inTMODULE(Node node)
          Called when entering a node of this type.
protected  void inTNOTIFICATION_GROUP(Node node)
          Called when entering a node of this type.
protected  void inTNOTIFICATION_TYPE(Node node)
          Called when entering a node of this type.
protected  void inTNOTIFICATIONS(Node node)
          Called when entering a node of this type.
protected  void inTNULL(Node node)
          Called when entering a node of this type.
protected  void inTNUMBER(Node node)
          Called when entering a node of this type.
protected  void inTOBJECT_GROUP(Node node)
          Called when entering a node of this type.
protected  void inTOBJECT_IDENTITY(Node node)
          Called when entering a node of this type.
protected  void inTOBJECT_TYPE(Node node)
          Called when entering a node of this type.
protected  void inTOBJECT(Node node)
          Called when entering a node of this type.
protected  void inTOBJECTS(Node node)
          Called when entering a node of this type.
protected  void inTOCTET(Node node)
          Called when entering a node of this type.
protected  void inTOF(Node node)
          Called when entering a node of this type.
protected  void inTOPTIONAL(Node node)
          Called when entering a node of this type.
protected  void inTORGANIZATION(Node node)
          Called when entering a node of this type.
protected  void inTPLUS_INFINITY(Node node)
          Called when entering a node of this type.
protected  void inTPRESENT(Node node)
          Called when entering a node of this type.
protected  void inTPRIVATE(Node node)
          Called when entering a node of this type.
protected  void inTPRODUCT_RELEASE(Node node)
          Called when entering a node of this type.
protected  void inTREAL(Node node)
          Called when entering a node of this type.
protected  void inTREFERENCE(Node node)
          Called when entering a node of this type.
protected  void inTREVISION(Node node)
          Called when entering a node of this type.
protected  void inTRIGHTBRACE(Node node)
          Called when entering a node of this type.
protected  void inTRIGHTBRACKET(Node node)
          Called when entering a node of this type.
protected  void inTRIGHTPAREN(Node node)
          Called when entering a node of this type.
protected  void inTSEMI_COLON(Node node)
          Called when entering a node of this type.
protected  void inTSEQUENCE(Node node)
          Called when entering a node of this type.
protected  void inTSET(Node node)
          Called when entering a node of this type.
protected  void inTSIZE(Node node)
          Called when entering a node of this type.
protected  void inTSTATUS(Node node)
          Called when entering a node of this type.
protected  void inTSTRING(Node node)
          Called when entering a node of this type.
protected  void inTSUPPORTS(Node node)
          Called when entering a node of this type.
protected  void inTSYNTAX(Node node)
          Called when entering a node of this type.
protected  void inTTAGS(Node node)
          Called when entering a node of this type.
protected  void inTTEXTUAL_CONVENTION(Node node)
          Called when entering a node of this type.
protected  void inTTRAP_TYPE(Node node)
          Called when entering a node of this type.
protected  void inTTRUE(Node node)
          Called when entering a node of this type.
protected  void inTUNITS(Node node)
          Called when entering a node of this type.
protected  void inTUNIVERSAL(Node node)
          Called when entering a node of this type.
protected  void inTVARIABLES(Node node)
          Called when entering a node of this type.
protected  void inTVARIATION(Node node)
          Called when entering a node of this type.
protected  void inTWITH(Node node)
          Called when entering a node of this type.
protected  void inTWRITE_SYNTAX(Node node)
          Called when entering a node of this type.
protected  void inType(Node node)
          Called when entering a node of this type.
protected  void inTypeAssignment(Node node)
          Called when entering a node of this type.
protected  void inTypeOrBits(Node node)
          Called when entering a node of this type.
protected  void inTypeOrValue(Node node)
          Called when entering a node of this type.
protected  void inTypeOrValueList(Node node)
          Called when entering a node of this type.
protected  void inTypeReference(Node node)
          Called when entering a node of this type.
protected  void inUpperEndPoint(Node node)
          Called when entering a node of this type.
protected  void inValue(Node node)
          Called when entering a node of this type.
protected  void inValueAssignment(Node node)
          Called when entering a node of this type.
protected  void inValueConstraint(Node node)
          Called when entering a node of this type.
protected  void inValueList(Node node)
          Called when entering a node of this type.
protected  void inValueRange(Node node)
          Called when entering a node of this type.
protected  void inVarTypes(Node node)
          Called when entering a node of this type.
protected  void outAlphabetConstraint(Node node)
          Called when exiting a node of this type.
protected  void outAnyType(Node node)
          Called when exiting a node of this type.
protected  void outAssignment(Node node)
          Called when exiting a node of this type.
protected  void outAssignmentList(Node node)
          Called when exiting a node of this type.
protected  void outBinaryString(Node node)
          Called when exiting a node of this type.
protected  void outBitStringType(Node node)
          Called when exiting a node of this type.
protected  void outBooleanValue(Node node)
          Called when exiting a node of this type.
protected  void outBuiltinType(Node node)
          Called when exiting a node of this type.
protected  void outBuiltinValue(Node node)
          Called when exiting a node of this type.
protected  void outCharString(Node node)
          Called when exiting a node of this type.
protected  void outChoiceType(Node node)
          Called when exiting a node of this type.
protected  void outClass(Node node)
          Called when exiting a node of this type.
protected  void outClassNumber(Node node)
          Called when exiting a node of this type.
protected  void outComplianceGroup(Node node)
          Called when exiting a node of this type.
protected  void outComplianceObject(Node node)
          Called when exiting a node of this type.
protected  void outConstraint(Node node)
          Called when exiting a node of this type.
protected  void outConstraintList(Node node)
          Called when exiting a node of this type.
protected  void outDefinedMacroName(Node node)
          Called when exiting a node of this type.
protected  void outDefinedMacroType(Node node)
          Called when exiting a node of this type.
protected  void outDefinedType(Node node)
          Called when exiting a node of this type.
protected  void outDefinedValue(Node node)
          Called when exiting a node of this type.
protected  void outElementType(Node node)
          Called when exiting a node of this type.
protected  void outElementTypeList(Node node)
          Called when exiting a node of this type.
protected  void outEnumeratedType(Node node)
          Called when exiting a node of this type.
protected  void outEOF(Node node)
          Called when exiting a node of this type.
protected  void outExports(Node node)
          Called when exiting a node of this type.
protected  void outHexString(Node node)
          Called when exiting a node of this type.
protected  void outIdentifier(Node node)
          Called when exiting a node of this type.
protected  void outImports(Node node)
          Called when exiting a node of this type.
protected  void outIntegerType(Node node)
          Called when exiting a node of this type.
protected  void outLowerEndPoint(Node node)
          Called when exiting a node of this type.
protected  void outMacroBody(Node node)
          Called when exiting a node of this type.
protected  void outMacroDefinition(Node node)
          Called when exiting a node of this type.
protected  void outMacroReference(Node node)
          Called when exiting a node of this type.
protected  void outModuleBody(Node node)
          Called when exiting a node of this type.
protected  void outModuleDefinition(Node node)
          Called when exiting a node of this type.
protected  void outModuleIdentifier(Node node)
          Called when exiting a node of this type.
protected  void outModuleReference(Node node)
          Called when exiting a node of this type.
protected  void outNameAndNumberForm(Node node)
          Called when exiting a node of this type.
protected  void outNamedBit(Node node)
          Called when exiting a node of this type.
protected  void outNamedBits(Node node)
          Called when exiting a node of this type.
protected  void outNamedNumber(Node node)
          Called when exiting a node of this type.
protected  void outNamedNumberList(Node node)
          Called when exiting a node of this type.
protected  void outNamedType(Node node)
          Called when exiting a node of this type.
protected  void outNamedValue(Node node)
          Called when exiting a node of this type.
protected  void outNullValue(Node node)
          Called when exiting a node of this type.
protected  void outNumber(Node node)
          Called when exiting a node of this type.
protected  void outObjectIdentifierValue(Node node)
          Called when exiting a node of this type.
protected  void outObjIdComponent(Node node)
          Called when exiting a node of this type.
protected  void outObjIdComponentList(Node node)
          Called when exiting a node of this type.
protected  void outSelectionType(Node node)
          Called when exiting a node of this type.
protected  void outSequenceOfType(Node node)
          Called when exiting a node of this type.
protected  void outSequenceType(Node node)
          Called when exiting a node of this type.
protected  void outSetOfType(Node node)
          Called when exiting a node of this type.
protected  void outSetType(Node node)
          Called when exiting a node of this type.
protected  void outSignedNumber(Node node)
          Called when exiting a node of this type.
protected  void outSizeConstraint(Node node)
          Called when exiting a node of this type.
protected  void outSkipToEND(Node node)
          Called when exiting a node of this type.
protected  void outSnmpAccessPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpAgentCapabilitiesMacroType(Node node)
          Called when exiting a node of this type.
protected  void outSnmpCompliancePart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpContactPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpCreationPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpDefValPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpDescrPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpDisplayPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpEnterprisePart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpIndexPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpMandatoryPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpModuleComplianceMacroType(Node node)
          Called when exiting a node of this type.
protected  void outSnmpModuleIdentityMacroType(Node node)
          Called when exiting a node of this type.
protected  void outSnmpModulePart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpModuleSupportPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpNotificationGroupMacroType(Node node)
          Called when exiting a node of this type.
protected  void outSnmpNotificationsPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpNotificationTypeMacroType(Node node)
          Called when exiting a node of this type.
protected  void outSnmpObjectGroupMacroType(Node node)
          Called when exiting a node of this type.
protected  void outSnmpObjectIdentityMacroType(Node node)
          Called when exiting a node of this type.
protected  void outSnmpObjectsPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpObjectTypeMacroType(Node node)
          Called when exiting a node of this type.
protected  void outSnmpOrganizationPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpProductReleasePart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpReferPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpRevisionPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpStatusPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpSyntaxPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpTextualConventionMacroType(Node node)
          Called when exiting a node of this type.
protected  void outSnmpTrapTypeMacroType(Node node)
          Called when exiting a node of this type.
protected  void outSnmpUnitsPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpUpdatePart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpVariationPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpVarPart(Node node)
          Called when exiting a node of this type.
protected  void outSnmpWriteSyntaxPart(Node node)
          Called when exiting a node of this type.
protected  void outSpecialRealValue(Node node)
          Called when exiting a node of this type.
protected  void outStart(Node node)
          Called when exiting a node of this type.
protected  void outStringType(Node node)
          Called when exiting a node of this type.
protected  void outSymbol(Node node)
          Called when exiting a node of this type.
protected  void outSymbolList(Node node)
          Called when exiting a node of this type.
protected  void outSymbolsFromModule(Node node)
          Called when exiting a node of this type.
protected  void outSymbolsFromModuleList(Node node)
          Called when exiting a node of this type.
protected  void outTABSENT(Node node)
          Called when exiting a node of this type.
protected  void outTACCESS(Node node)
          Called when exiting a node of this type.
protected  void outTag(Node node)
          Called when exiting a node of this type.
protected  void outTagDefault(Node node)
          Called when exiting a node of this type.
protected  void outTAGENT_CAPABILITIES(Node node)
          Called when exiting a node of this type.
protected  void outTaggedType(Node node)
          Called when exiting a node of this type.
protected  void outTANY(Node node)
          Called when exiting a node of this type.
protected  void outTAPPLICATION(Node node)
          Called when exiting a node of this type.
protected  void outTASSIGN(Node node)
          Called when exiting a node of this type.
protected  void outTAUGMENTS(Node node)
          Called when exiting a node of this type.
protected  void outTBAR(Node node)
          Called when exiting a node of this type.
protected  void outTBEGIN(Node node)
          Called when exiting a node of this type.
protected  void outTBINSTRING(Node node)
          Called when exiting a node of this type.
protected  void outTBIT(Node node)
          Called when exiting a node of this type.
protected  void outTBITS(Node node)
          Called when exiting a node of this type.
protected  void outTBOOLEAN(Node node)
          Called when exiting a node of this type.
protected  void outTBY(Node node)
          Called when exiting a node of this type.
protected  void outTCHOICE(Node node)
          Called when exiting a node of this type.
protected  void outTCOMMA(Node node)
          Called when exiting a node of this type.
protected  void outTCOMPONENT(Node node)
          Called when exiting a node of this type.
protected  void outTCOMPONENTS(Node node)
          Called when exiting a node of this type.
protected  void outTCONTACT_INFO(Node node)
          Called when exiting a node of this type.
protected  void outTCREATION_REQUIRES(Node node)
          Called when exiting a node of this type.
protected  void outTCSTRING(Node node)
          Called when exiting a node of this type.
protected  void outTDEFAULT(Node node)
          Called when exiting a node of this type.
protected  void outTDEFINED(Node node)
          Called when exiting a node of this type.
protected  void outTDEFINITIONS(Node node)
          Called when exiting a node of this type.
protected  void outTDEFVAL(Node node)
          Called when exiting a node of this type.
protected  void outTDESCRIPTION(Node node)
          Called when exiting a node of this type.
protected  void outTDISPLAY_HINT(Node node)
          Called when exiting a node of this type.
protected  void outTDOT(Node node)
          Called when exiting a node of this type.
protected  void outTEND(Node node)
          Called when exiting a node of this type.
protected  void outTENTERPRISE(Node node)
          Called when exiting a node of this type.
protected  void outTENUMERATED(Node node)
          Called when exiting a node of this type.
protected  void outTEXPLICIT(Node node)
          Called when exiting a node of this type.
protected  void outTEXPORTS(Node node)
          Called when exiting a node of this type.
protected  void outTFALSE(Node node)
          Called when exiting a node of this type.
protected  void outTFROM(Node node)
          Called when exiting a node of this type.
protected  void outTGROUP(Node node)
          Called when exiting a node of this type.
protected  void outTHEXSTRING(Node node)
          Called when exiting a node of this type.
protected  void outTIDENT(Node node)
          Called when exiting a node of this type.
protected  void outTIDENTIFIER(Node node)
          Called when exiting a node of this type.
protected  void outTIMPLICIT(Node node)
          Called when exiting a node of this type.
protected  void outTIMPLIED(Node node)
          Called when exiting a node of this type.
protected  void outTIMPORTS(Node node)
          Called when exiting a node of this type.
protected  void outTINCLUDES(Node node)
          Called when exiting a node of this type.
protected  void outTINDEX(Node node)
          Called when exiting a node of this type.
protected  void outTINTEGER(Node node)
          Called when exiting a node of this type.
protected  void outTLAST_UPDATED(Node node)
          Called when exiting a node of this type.
protected  void outTLEFTBRACE(Node node)
          Called when exiting a node of this type.
protected  void outTLEFTBRACKET(Node node)
          Called when exiting a node of this type.
protected  void outTLEFTPAREN(Node node)
          Called when exiting a node of this type.
protected  void outTLESSTHAN(Node node)
          Called when exiting a node of this type.
protected  void outTMACRO(Node node)
          Called when exiting a node of this type.
protected  void outTMANDATORY_GROUPS(Node node)
          Called when exiting a node of this type.
protected  void outTMAX_ACCESS(Node node)
          Called when exiting a node of this type.
protected  void outTMAX(Node node)
          Called when exiting a node of this type.
protected  void outTMIN_ACCESS(Node node)
          Called when exiting a node of this type.
protected  void outTMIN(Node node)
          Called when exiting a node of this type.
protected  void outTMINUS_INFINITY(Node node)
          Called when exiting a node of this type.
protected  void outTMINUS(Node node)
          Called when exiting a node of this type.
protected  void outTMODULE_COMPLIANCE(Node node)
          Called when exiting a node of this type.
protected  void outTMODULE_IDENTITY(Node node)
          Called when exiting a node of this type.
protected  void outTMODULE(Node node)
          Called when exiting a node of this type.
protected  void outTNOTIFICATION_GROUP(Node node)
          Called when exiting a node of this type.
protected  void outTNOTIFICATION_TYPE(Node node)
          Called when exiting a node of this type.
protected  void outTNOTIFICATIONS(Node node)
          Called when exiting a node of this type.
protected  void outTNULL(Node node)
          Called when exiting a node of this type.
protected  void outTNUMBER(Node node)
          Called when exiting a node of this type.
protected  void outTOBJECT_GROUP(Node node)
          Called when exiting a node of this type.
protected  void outTOBJECT_IDENTITY(Node node)
          Called when exiting a node of this type.
protected  void outTOBJECT_TYPE(Node node)
          Called when exiting a node of this type.
protected  void outTOBJECT(Node node)
          Called when exiting a node of this type.
protected  void outTOBJECTS(Node node)
          Called when exiting a node of this type.
protected  void outTOCTET(Node node)
          Called when exiting a node of this type.
protected  void outTOF(Node node)
          Called when exiting a node of this type.
protected  void outTOPTIONAL(Node node)
          Called when exiting a node of this type.
protected  void outTORGANIZATION(Node node)
          Called when exiting a node of this type.
protected  void outTPLUS_INFINITY(Node node)
          Called when exiting a node of this type.
protected  void outTPRESENT(Node node)
          Called when exiting a node of this type.
protected  void outTPRIVATE(Node node)
          Called when exiting a node of this type.
protected  void outTPRODUCT_RELEASE(Node node)
          Called when exiting a node of this type.
protected  void outTREAL(Node node)
          Called when exiting a node of this type.
protected  void outTREFERENCE(Node node)
          Called when exiting a node of this type.
protected  void outTREVISION(Node node)
          Called when exiting a node of this type.
protected  void outTRIGHTBRACE(Node node)
          Called when exiting a node of this type.
protected  void outTRIGHTBRACKET(Node node)
          Called when exiting a node of this type.
protected  void outTRIGHTPAREN(Node node)
          Called when exiting a node of this type.
protected  void outTSEMI_COLON(Node node)
          Called when exiting a node of this type.
protected  void outTSEQUENCE(Node node)
          Called when exiting a node of this type.
protected  void outTSET(Node node)
          Called when exiting a node of this type.
protected  void outTSIZE(Node node)
          Called when exiting a node of this type.
protected  void outTSTATUS(Node node)
          Called when exiting a node of this type.
protected  void outTSTRING(Node node)
          Called when exiting a node of this type.
protected  void outTSUPPORTS(Node node)
          Called when exiting a node of this type.
protected  void outTSYNTAX(Node node)
          Called when exiting a node of this type.
protected  void outTTAGS(Node node)
          Called when exiting a node of this type.
protected  void outTTEXTUAL_CONVENTION(Node node)
          Called when exiting a node of this type.
protected  void outTTRAP_TYPE(Node node)
          Called when exiting a node of this type.
protected  void outTTRUE(Node node)
          Called when exiting a node of this type.
protected  void outTUNITS(Node node)
          Called when exiting a node of this type.
protected  void outTUNIVERSAL(Node node)
          Called when exiting a node of this type.
protected  void outTVARIABLES(Node node)
          Called when exiting a node of this type.
protected  void outTVARIATION(Node node)
          Called when exiting a node of this type.
protected  void outTWITH(Node node)
          Called when exiting a node of this type.
protected  void outTWRITE_SYNTAX(Node node)
          Called when exiting a node of this type.
protected  void outType(Node node)
          Called when exiting a node of this type.
protected  void outTypeAssignment(Node node)
          Called when exiting a node of this type.
protected  void outTypeOrBits(Node node)
          Called when exiting a node of this type.
protected  void outTypeOrValue(Node node)
          Called when exiting a node of this type.
protected  void outTypeOrValueList(Node node)
          Called when exiting a node of this type.
protected  void outTypeReference(Node node)
          Called when exiting a node of this type.
protected  void outUpperEndPoint(Node node)
          Called when exiting a node of this type.
protected  void outValue(Node node)
          Called when exiting a node of this type.
protected  void outValueAssignment(Node node)
          Called when exiting a node of this type.
protected  void outValueConstraint(Node node)
          Called when exiting a node of this type.
protected  void outValueList(Node node)
          Called when exiting a node of this type.
protected  void outValueRange(Node node)
          Called when exiting a node of this type.
protected  void outVarTypes(Node node)
          Called when exiting a node of this type.
 
Methods inherited from class net.percederberg.mib.asn1.analysis.TreeWalker
getIn, getOut, setIn, setOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepthFirstAdapter

public DepthFirstAdapter()
Method Detail

inStart

protected void inStart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outStart

protected void outStart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseStart

public final void caseStart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseStart in interface Switch
Parameters:
node - a parse tree node

inModuleDefinition

protected void inModuleDefinition(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outModuleDefinition

protected void outModuleDefinition(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseModuleDefinition

public final void caseModuleDefinition(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseModuleDefinition in interface Switch
Parameters:
node - a parse tree node

inTagDefault

protected void inTagDefault(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTagDefault

protected void outTagDefault(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTagDefault

public final void caseTagDefault(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTagDefault in interface Switch
Parameters:
node - a parse tree node

inModuleIdentifier

protected void inModuleIdentifier(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outModuleIdentifier

protected void outModuleIdentifier(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseModuleIdentifier

public final void caseModuleIdentifier(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseModuleIdentifier in interface Switch
Parameters:
node - a parse tree node

inModuleBody

protected void inModuleBody(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outModuleBody

protected void outModuleBody(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseModuleBody

public final void caseModuleBody(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseModuleBody in interface Switch
Parameters:
node - a parse tree node

inExports

protected void inExports(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outExports

protected void outExports(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseExports

public final void caseExports(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseExports in interface Switch
Parameters:
node - a parse tree node

inImports

protected void inImports(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outImports

protected void outImports(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseImports

public final void caseImports(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseImports in interface Switch
Parameters:
node - a parse tree node

inSymbolsFromModuleList

protected void inSymbolsFromModuleList(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSymbolsFromModuleList

protected void outSymbolsFromModuleList(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSymbolsFromModuleList

public final void caseSymbolsFromModuleList(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSymbolsFromModuleList in interface Switch
Parameters:
node - a parse tree node

inSymbolsFromModule

protected void inSymbolsFromModule(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSymbolsFromModule

protected void outSymbolsFromModule(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSymbolsFromModule

public final void caseSymbolsFromModule(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSymbolsFromModule in interface Switch
Parameters:
node - a parse tree node

inSymbolList

protected void inSymbolList(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSymbolList

protected void outSymbolList(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSymbolList

public final void caseSymbolList(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSymbolList in interface Switch
Parameters:
node - a parse tree node

inSymbol

protected void inSymbol(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSymbol

protected void outSymbol(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSymbol

public final void caseSymbol(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSymbol in interface Switch
Parameters:
node - a parse tree node

inAssignmentList

protected void inAssignmentList(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outAssignmentList

protected void outAssignmentList(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseAssignmentList

public final void caseAssignmentList(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseAssignmentList in interface Switch
Parameters:
node - a parse tree node

inAssignment

protected void inAssignment(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outAssignment

protected void outAssignment(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseAssignment

public final void caseAssignment(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseAssignment in interface Switch
Parameters:
node - a parse tree node

inMacroDefinition

protected void inMacroDefinition(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outMacroDefinition

protected void outMacroDefinition(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseMacroDefinition

public final void caseMacroDefinition(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseMacroDefinition in interface Switch
Parameters:
node - a parse tree node

inMacroBody

protected void inMacroBody(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outMacroBody

protected void outMacroBody(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseMacroBody

public final void caseMacroBody(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseMacroBody in interface Switch
Parameters:
node - a parse tree node

inSkipToEND

protected void inSkipToEND(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSkipToEND

protected void outSkipToEND(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSkipToEND

public final void caseSkipToEND(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSkipToEND in interface Switch
Parameters:
node - a parse tree node

inMacroReference

protected void inMacroReference(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outMacroReference

protected void outMacroReference(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseMacroReference

public final void caseMacroReference(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseMacroReference in interface Switch
Parameters:
node - a parse tree node

inTypeAssignment

protected void inTypeAssignment(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTypeAssignment

protected void outTypeAssignment(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTypeAssignment

public final void caseTypeAssignment(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTypeAssignment in interface Switch
Parameters:
node - a parse tree node

inType

protected void inType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outType

protected void outType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseType

public final void caseType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseType in interface Switch
Parameters:
node - a parse tree node

inBuiltinType

protected void inBuiltinType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outBuiltinType

protected void outBuiltinType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseBuiltinType

public final void caseBuiltinType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseBuiltinType in interface Switch
Parameters:
node - a parse tree node

inIntegerType

protected void inIntegerType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outIntegerType

protected void outIntegerType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseIntegerType

public final void caseIntegerType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseIntegerType in interface Switch
Parameters:
node - a parse tree node

inNamedNumberList

protected void inNamedNumberList(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outNamedNumberList

protected void outNamedNumberList(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseNamedNumberList

public final void caseNamedNumberList(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseNamedNumberList in interface Switch
Parameters:
node - a parse tree node

inNamedNumber

protected void inNamedNumber(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outNamedNumber

protected void outNamedNumber(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseNamedNumber

public final void caseNamedNumber(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseNamedNumber in interface Switch
Parameters:
node - a parse tree node

inSignedNumber

protected void inSignedNumber(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSignedNumber

protected void outSignedNumber(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSignedNumber

public final void caseSignedNumber(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSignedNumber in interface Switch
Parameters:
node - a parse tree node

inStringType

protected void inStringType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outStringType

protected void outStringType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseStringType

public final void caseStringType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseStringType in interface Switch
Parameters:
node - a parse tree node

inBitStringType

protected void inBitStringType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outBitStringType

protected void outBitStringType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseBitStringType

public final void caseBitStringType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseBitStringType in interface Switch
Parameters:
node - a parse tree node

inSequenceType

protected void inSequenceType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSequenceType

protected void outSequenceType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSequenceType

public final void caseSequenceType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSequenceType in interface Switch
Parameters:
node - a parse tree node

inSequenceOfType

protected void inSequenceOfType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSequenceOfType

protected void outSequenceOfType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSequenceOfType

public final void caseSequenceOfType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSequenceOfType in interface Switch
Parameters:
node - a parse tree node

inSetType

protected void inSetType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSetType

protected void outSetType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSetType

public final void caseSetType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSetType in interface Switch
Parameters:
node - a parse tree node

inSetOfType

protected void inSetOfType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSetOfType

protected void outSetOfType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSetOfType

public final void caseSetOfType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSetOfType in interface Switch
Parameters:
node - a parse tree node

inElementTypeList

protected void inElementTypeList(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outElementTypeList

protected void outElementTypeList(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseElementTypeList

public final void caseElementTypeList(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseElementTypeList in interface Switch
Parameters:
node - a parse tree node

inElementType

protected void inElementType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outElementType

protected void outElementType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseElementType

public final void caseElementType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseElementType in interface Switch
Parameters:
node - a parse tree node

inNamedType

protected void inNamedType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outNamedType

protected void outNamedType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseNamedType

public final void caseNamedType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseNamedType in interface Switch
Parameters:
node - a parse tree node

inChoiceType

protected void inChoiceType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outChoiceType

protected void outChoiceType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseChoiceType

public final void caseChoiceType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseChoiceType in interface Switch
Parameters:
node - a parse tree node

inEnumeratedType

protected void inEnumeratedType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outEnumeratedType

protected void outEnumeratedType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseEnumeratedType

public final void caseEnumeratedType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseEnumeratedType in interface Switch
Parameters:
node - a parse tree node

inSelectionType

protected void inSelectionType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSelectionType

protected void outSelectionType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSelectionType

public final void caseSelectionType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSelectionType in interface Switch
Parameters:
node - a parse tree node

inTaggedType

protected void inTaggedType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTaggedType

protected void outTaggedType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTaggedType

public final void caseTaggedType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTaggedType in interface Switch
Parameters:
node - a parse tree node

inTag

protected void inTag(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTag

protected void outTag(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTag

public final void caseTag(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTag in interface Switch
Parameters:
node - a parse tree node

inClassNumber

protected void inClassNumber(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outClassNumber

protected void outClassNumber(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseClassNumber

public final void caseClassNumber(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseClassNumber in interface Switch
Parameters:
node - a parse tree node

inClass

protected void inClass(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outClass

protected void outClass(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseClass

public final void caseClass(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseClass in interface Switch
Parameters:
node - a parse tree node

inAnyType

protected void inAnyType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outAnyType

protected void outAnyType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseAnyType

public final void caseAnyType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseAnyType in interface Switch
Parameters:
node - a parse tree node

inDefinedType

protected void inDefinedType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outDefinedType

protected void outDefinedType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseDefinedType

public final void caseDefinedType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseDefinedType in interface Switch
Parameters:
node - a parse tree node

inConstraintList

protected void inConstraintList(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outConstraintList

protected void outConstraintList(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseConstraintList

public final void caseConstraintList(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseConstraintList in interface Switch
Parameters:
node - a parse tree node

inConstraint

protected void inConstraint(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outConstraint

protected void outConstraint(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseConstraint

public final void caseConstraint(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseConstraint in interface Switch
Parameters:
node - a parse tree node

inValueConstraint

protected void inValueConstraint(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outValueConstraint

protected void outValueConstraint(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseValueConstraint

public final void caseValueConstraint(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseValueConstraint in interface Switch
Parameters:
node - a parse tree node

inValueRange

protected void inValueRange(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outValueRange

protected void outValueRange(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseValueRange

public final void caseValueRange(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseValueRange in interface Switch
Parameters:
node - a parse tree node

inLowerEndPoint

protected void inLowerEndPoint(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outLowerEndPoint

protected void outLowerEndPoint(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseLowerEndPoint

public final void caseLowerEndPoint(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseLowerEndPoint in interface Switch
Parameters:
node - a parse tree node

inUpperEndPoint

protected void inUpperEndPoint(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outUpperEndPoint

protected void outUpperEndPoint(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseUpperEndPoint

public final void caseUpperEndPoint(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseUpperEndPoint in interface Switch
Parameters:
node - a parse tree node

inSizeConstraint

protected void inSizeConstraint(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSizeConstraint

protected void outSizeConstraint(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSizeConstraint

public final void caseSizeConstraint(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSizeConstraint in interface Switch
Parameters:
node - a parse tree node

inAlphabetConstraint

protected void inAlphabetConstraint(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outAlphabetConstraint

protected void outAlphabetConstraint(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseAlphabetConstraint

public final void caseAlphabetConstraint(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseAlphabetConstraint in interface Switch
Parameters:
node - a parse tree node

inValueAssignment

protected void inValueAssignment(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outValueAssignment

protected void outValueAssignment(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseValueAssignment

public final void caseValueAssignment(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseValueAssignment in interface Switch
Parameters:
node - a parse tree node

inValue

protected void inValue(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outValue

protected void outValue(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseValue

public final void caseValue(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseValue in interface Switch
Parameters:
node - a parse tree node

inDefinedValue

protected void inDefinedValue(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outDefinedValue

protected void outDefinedValue(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseDefinedValue

public final void caseDefinedValue(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseDefinedValue in interface Switch
Parameters:
node - a parse tree node

inBuiltinValue

protected void inBuiltinValue(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outBuiltinValue

protected void outBuiltinValue(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseBuiltinValue

public final void caseBuiltinValue(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseBuiltinValue in interface Switch
Parameters:
node - a parse tree node

inBooleanValue

protected void inBooleanValue(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outBooleanValue

protected void outBooleanValue(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseBooleanValue

public final void caseBooleanValue(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseBooleanValue in interface Switch
Parameters:
node - a parse tree node

inSpecialRealValue

protected void inSpecialRealValue(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSpecialRealValue

protected void outSpecialRealValue(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSpecialRealValue

public final void caseSpecialRealValue(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSpecialRealValue in interface Switch
Parameters:
node - a parse tree node

inNullValue

protected void inNullValue(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outNullValue

protected void outNullValue(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseNullValue

public final void caseNullValue(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseNullValue in interface Switch
Parameters:
node - a parse tree node

inNamedValue

protected void inNamedValue(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outNamedValue

protected void outNamedValue(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseNamedValue

public final void caseNamedValue(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseNamedValue in interface Switch
Parameters:
node - a parse tree node

inObjectIdentifierValue

protected void inObjectIdentifierValue(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outObjectIdentifierValue

protected void outObjectIdentifierValue(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseObjectIdentifierValue

public final void caseObjectIdentifierValue(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseObjectIdentifierValue in interface Switch
Parameters:
node - a parse tree node

inObjIdComponentList

protected void inObjIdComponentList(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outObjIdComponentList

protected void outObjIdComponentList(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseObjIdComponentList

public final void caseObjIdComponentList(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseObjIdComponentList in interface Switch
Parameters:
node - a parse tree node

inObjIdComponent

protected void inObjIdComponent(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outObjIdComponent

protected void outObjIdComponent(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseObjIdComponent

public final void caseObjIdComponent(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseObjIdComponent in interface Switch
Parameters:
node - a parse tree node

inNameAndNumberForm

protected void inNameAndNumberForm(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outNameAndNumberForm

protected void outNameAndNumberForm(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseNameAndNumberForm

public final void caseNameAndNumberForm(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseNameAndNumberForm in interface Switch
Parameters:
node - a parse tree node

inBinaryString

protected void inBinaryString(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outBinaryString

protected void outBinaryString(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseBinaryString

public final void caseBinaryString(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseBinaryString in interface Switch
Parameters:
node - a parse tree node

inHexString

protected void inHexString(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outHexString

protected void outHexString(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseHexString

public final void caseHexString(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseHexString in interface Switch
Parameters:
node - a parse tree node

inCharString

protected void inCharString(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outCharString

protected void outCharString(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseCharString

public final void caseCharString(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseCharString in interface Switch
Parameters:
node - a parse tree node

inNumber

protected void inNumber(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outNumber

protected void outNumber(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseNumber

public final void caseNumber(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseNumber in interface Switch
Parameters:
node - a parse tree node

inIdentifier

protected void inIdentifier(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outIdentifier

protected void outIdentifier(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseIdentifier

public final void caseIdentifier(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseIdentifier in interface Switch
Parameters:
node - a parse tree node

inModuleReference

protected void inModuleReference(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outModuleReference

protected void outModuleReference(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseModuleReference

public final void caseModuleReference(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseModuleReference in interface Switch
Parameters:
node - a parse tree node

inTypeReference

protected void inTypeReference(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTypeReference

protected void outTypeReference(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTypeReference

public final void caseTypeReference(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTypeReference in interface Switch
Parameters:
node - a parse tree node

inDefinedMacroType

protected void inDefinedMacroType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outDefinedMacroType

protected void outDefinedMacroType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseDefinedMacroType

public final void caseDefinedMacroType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseDefinedMacroType in interface Switch
Parameters:
node - a parse tree node

inDefinedMacroName

protected void inDefinedMacroName(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outDefinedMacroName

protected void outDefinedMacroName(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseDefinedMacroName

public final void caseDefinedMacroName(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseDefinedMacroName in interface Switch
Parameters:
node - a parse tree node

inSnmpModuleIdentityMacroType

protected void inSnmpModuleIdentityMacroType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpModuleIdentityMacroType

protected void outSnmpModuleIdentityMacroType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpModuleIdentityMacroType

public final void caseSnmpModuleIdentityMacroType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpModuleIdentityMacroType in interface Switch
Parameters:
node - a parse tree node

inSnmpObjectIdentityMacroType

protected void inSnmpObjectIdentityMacroType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpObjectIdentityMacroType

protected void outSnmpObjectIdentityMacroType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpObjectIdentityMacroType

public final void caseSnmpObjectIdentityMacroType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpObjectIdentityMacroType in interface Switch
Parameters:
node - a parse tree node

inSnmpObjectTypeMacroType

protected void inSnmpObjectTypeMacroType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpObjectTypeMacroType

protected void outSnmpObjectTypeMacroType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpObjectTypeMacroType

public final void caseSnmpObjectTypeMacroType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpObjectTypeMacroType in interface Switch
Parameters:
node - a parse tree node

inSnmpNotificationTypeMacroType

protected void inSnmpNotificationTypeMacroType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpNotificationTypeMacroType

protected void outSnmpNotificationTypeMacroType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpNotificationTypeMacroType

public final void caseSnmpNotificationTypeMacroType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpNotificationTypeMacroType in interface Switch
Parameters:
node - a parse tree node

inSnmpTrapTypeMacroType

protected void inSnmpTrapTypeMacroType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpTrapTypeMacroType

protected void outSnmpTrapTypeMacroType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpTrapTypeMacroType

public final void caseSnmpTrapTypeMacroType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpTrapTypeMacroType in interface Switch
Parameters:
node - a parse tree node

inSnmpTextualConventionMacroType

protected void inSnmpTextualConventionMacroType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpTextualConventionMacroType

protected void outSnmpTextualConventionMacroType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpTextualConventionMacroType

public final void caseSnmpTextualConventionMacroType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpTextualConventionMacroType in interface Switch
Parameters:
node - a parse tree node

inSnmpObjectGroupMacroType

protected void inSnmpObjectGroupMacroType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpObjectGroupMacroType

protected void outSnmpObjectGroupMacroType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpObjectGroupMacroType

public final void caseSnmpObjectGroupMacroType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpObjectGroupMacroType in interface Switch
Parameters:
node - a parse tree node

inSnmpNotificationGroupMacroType

protected void inSnmpNotificationGroupMacroType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpNotificationGroupMacroType

protected void outSnmpNotificationGroupMacroType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpNotificationGroupMacroType

public final void caseSnmpNotificationGroupMacroType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpNotificationGroupMacroType in interface Switch
Parameters:
node - a parse tree node

inSnmpModuleComplianceMacroType

protected void inSnmpModuleComplianceMacroType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpModuleComplianceMacroType

protected void outSnmpModuleComplianceMacroType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpModuleComplianceMacroType

public final void caseSnmpModuleComplianceMacroType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpModuleComplianceMacroType in interface Switch
Parameters:
node - a parse tree node

inSnmpAgentCapabilitiesMacroType

protected void inSnmpAgentCapabilitiesMacroType(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpAgentCapabilitiesMacroType

protected void outSnmpAgentCapabilitiesMacroType(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpAgentCapabilitiesMacroType

public final void caseSnmpAgentCapabilitiesMacroType(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpAgentCapabilitiesMacroType in interface Switch
Parameters:
node - a parse tree node

inSnmpUpdatePart

protected void inSnmpUpdatePart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpUpdatePart

protected void outSnmpUpdatePart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpUpdatePart

public final void caseSnmpUpdatePart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpUpdatePart in interface Switch
Parameters:
node - a parse tree node

inSnmpOrganizationPart

protected void inSnmpOrganizationPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpOrganizationPart

protected void outSnmpOrganizationPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpOrganizationPart

public final void caseSnmpOrganizationPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpOrganizationPart in interface Switch
Parameters:
node - a parse tree node

inSnmpContactPart

protected void inSnmpContactPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpContactPart

protected void outSnmpContactPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpContactPart

public final void caseSnmpContactPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpContactPart in interface Switch
Parameters:
node - a parse tree node

inSnmpDescrPart

protected void inSnmpDescrPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpDescrPart

protected void outSnmpDescrPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpDescrPart

public final void caseSnmpDescrPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpDescrPart in interface Switch
Parameters:
node - a parse tree node

inSnmpRevisionPart

protected void inSnmpRevisionPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpRevisionPart

protected void outSnmpRevisionPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpRevisionPart

public final void caseSnmpRevisionPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpRevisionPart in interface Switch
Parameters:
node - a parse tree node

inSnmpStatusPart

protected void inSnmpStatusPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpStatusPart

protected void outSnmpStatusPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpStatusPart

public final void caseSnmpStatusPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpStatusPart in interface Switch
Parameters:
node - a parse tree node

inSnmpReferPart

protected void inSnmpReferPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpReferPart

protected void outSnmpReferPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpReferPart

public final void caseSnmpReferPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpReferPart in interface Switch
Parameters:
node - a parse tree node

inSnmpSyntaxPart

protected void inSnmpSyntaxPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpSyntaxPart

protected void outSnmpSyntaxPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpSyntaxPart

public final void caseSnmpSyntaxPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpSyntaxPart in interface Switch
Parameters:
node - a parse tree node

inTypeOrBits

protected void inTypeOrBits(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTypeOrBits

protected void outTypeOrBits(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTypeOrBits

public final void caseTypeOrBits(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTypeOrBits in interface Switch
Parameters:
node - a parse tree node

inNamedBits

protected void inNamedBits(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outNamedBits

protected void outNamedBits(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseNamedBits

public final void caseNamedBits(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseNamedBits in interface Switch
Parameters:
node - a parse tree node

inNamedBit

protected void inNamedBit(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outNamedBit

protected void outNamedBit(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseNamedBit

public final void caseNamedBit(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseNamedBit in interface Switch
Parameters:
node - a parse tree node

inSnmpUnitsPart

protected void inSnmpUnitsPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpUnitsPart

protected void outSnmpUnitsPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpUnitsPart

public final void caseSnmpUnitsPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpUnitsPart in interface Switch
Parameters:
node - a parse tree node

inSnmpAccessPart

protected void inSnmpAccessPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpAccessPart

protected void outSnmpAccessPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpAccessPart

public final void caseSnmpAccessPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpAccessPart in interface Switch
Parameters:
node - a parse tree node

inSnmpIndexPart

protected void inSnmpIndexPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpIndexPart

protected void outSnmpIndexPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpIndexPart

public final void caseSnmpIndexPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpIndexPart in interface Switch
Parameters:
node - a parse tree node

inTypeOrValueList

protected void inTypeOrValueList(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTypeOrValueList

protected void outTypeOrValueList(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTypeOrValueList

public final void caseTypeOrValueList(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTypeOrValueList in interface Switch
Parameters:
node - a parse tree node

inTypeOrValue

protected void inTypeOrValue(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTypeOrValue

protected void outTypeOrValue(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTypeOrValue

public final void caseTypeOrValue(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTypeOrValue in interface Switch
Parameters:
node - a parse tree node

inSnmpDefValPart

protected void inSnmpDefValPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpDefValPart

protected void outSnmpDefValPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpDefValPart

public final void caseSnmpDefValPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpDefValPart in interface Switch
Parameters:
node - a parse tree node

inSnmpObjectsPart

protected void inSnmpObjectsPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpObjectsPart

protected void outSnmpObjectsPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpObjectsPart

public final void caseSnmpObjectsPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpObjectsPart in interface Switch
Parameters:
node - a parse tree node

inValueList

protected void inValueList(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outValueList

protected void outValueList(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseValueList

public final void caseValueList(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseValueList in interface Switch
Parameters:
node - a parse tree node

inSnmpEnterprisePart

protected void inSnmpEnterprisePart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpEnterprisePart

protected void outSnmpEnterprisePart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpEnterprisePart

public final void caseSnmpEnterprisePart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpEnterprisePart in interface Switch
Parameters:
node - a parse tree node

inSnmpVarPart

protected void inSnmpVarPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpVarPart

protected void outSnmpVarPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpVarPart

public final void caseSnmpVarPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpVarPart in interface Switch
Parameters:
node - a parse tree node

inVarTypes

protected void inVarTypes(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outVarTypes

protected void outVarTypes(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseVarTypes

public final void caseVarTypes(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseVarTypes in interface Switch
Parameters:
node - a parse tree node

inSnmpDisplayPart

protected void inSnmpDisplayPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpDisplayPart

protected void outSnmpDisplayPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpDisplayPart

public final void caseSnmpDisplayPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpDisplayPart in interface Switch
Parameters:
node - a parse tree node

inSnmpNotificationsPart

protected void inSnmpNotificationsPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpNotificationsPart

protected void outSnmpNotificationsPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpNotificationsPart

public final void caseSnmpNotificationsPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpNotificationsPart in interface Switch
Parameters:
node - a parse tree node

inSnmpModulePart

protected void inSnmpModulePart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpModulePart

protected void outSnmpModulePart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpModulePart

public final void caseSnmpModulePart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpModulePart in interface Switch
Parameters:
node - a parse tree node

inSnmpMandatoryPart

protected void inSnmpMandatoryPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpMandatoryPart

protected void outSnmpMandatoryPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpMandatoryPart

public final void caseSnmpMandatoryPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpMandatoryPart in interface Switch
Parameters:
node - a parse tree node

inSnmpCompliancePart

protected void inSnmpCompliancePart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpCompliancePart

protected void outSnmpCompliancePart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpCompliancePart

public final void caseSnmpCompliancePart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpCompliancePart in interface Switch
Parameters:
node - a parse tree node

inComplianceGroup

protected void inComplianceGroup(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outComplianceGroup

protected void outComplianceGroup(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseComplianceGroup

public final void caseComplianceGroup(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseComplianceGroup in interface Switch
Parameters:
node - a parse tree node

inComplianceObject

protected void inComplianceObject(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outComplianceObject

protected void outComplianceObject(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseComplianceObject

public final void caseComplianceObject(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseComplianceObject in interface Switch
Parameters:
node - a parse tree node

inSnmpWriteSyntaxPart

protected void inSnmpWriteSyntaxPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpWriteSyntaxPart

protected void outSnmpWriteSyntaxPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpWriteSyntaxPart

public final void caseSnmpWriteSyntaxPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpWriteSyntaxPart in interface Switch
Parameters:
node - a parse tree node

inSnmpProductReleasePart

protected void inSnmpProductReleasePart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpProductReleasePart

protected void outSnmpProductReleasePart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpProductReleasePart

public final void caseSnmpProductReleasePart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpProductReleasePart in interface Switch
Parameters:
node - a parse tree node

inSnmpModuleSupportPart

protected void inSnmpModuleSupportPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpModuleSupportPart

protected void outSnmpModuleSupportPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpModuleSupportPart

public final void caseSnmpModuleSupportPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpModuleSupportPart in interface Switch
Parameters:
node - a parse tree node

inSnmpVariationPart

protected void inSnmpVariationPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpVariationPart

protected void outSnmpVariationPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpVariationPart

public final void caseSnmpVariationPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpVariationPart in interface Switch
Parameters:
node - a parse tree node

inSnmpCreationPart

protected void inSnmpCreationPart(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outSnmpCreationPart

protected void outSnmpCreationPart(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseSnmpCreationPart

public final void caseSnmpCreationPart(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseSnmpCreationPart in interface Switch
Parameters:
node - a parse tree node

inEOF

protected void inEOF(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outEOF

protected void outEOF(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseEOF

public final void caseEOF(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseEOF in interface Switch
Parameters:
node - a parse tree node

inTDOT

protected void inTDOT(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTDOT

protected void outTDOT(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTDOT

public final void caseTDOT(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTDOT in interface Switch
Parameters:
node - a parse tree node

inTCOMMA

protected void inTCOMMA(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTCOMMA

protected void outTCOMMA(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTCOMMA

public final void caseTCOMMA(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTCOMMA in interface Switch
Parameters:
node - a parse tree node

inTSEMI_COLON

protected void inTSEMI_COLON(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTSEMI_COLON

protected void outTSEMI_COLON(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTSEMI_COLON

public final void caseTSEMI_COLON(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTSEMI_COLON in interface Switch
Parameters:
node - a parse tree node

inTLEFTPAREN

protected void inTLEFTPAREN(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTLEFTPAREN

protected void outTLEFTPAREN(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTLEFTPAREN

public final void caseTLEFTPAREN(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTLEFTPAREN in interface Switch
Parameters:
node - a parse tree node

inTRIGHTPAREN

protected void inTRIGHTPAREN(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTRIGHTPAREN

protected void outTRIGHTPAREN(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTRIGHTPAREN

public final void caseTRIGHTPAREN(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTRIGHTPAREN in interface Switch
Parameters:
node - a parse tree node

inTLEFTBRACE

protected void inTLEFTBRACE(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTLEFTBRACE

protected void outTLEFTBRACE(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTLEFTBRACE

public final void caseTLEFTBRACE(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTLEFTBRACE in interface Switch
Parameters:
node - a parse tree node

inTRIGHTBRACE

protected void inTRIGHTBRACE(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTRIGHTBRACE

protected void outTRIGHTBRACE(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTRIGHTBRACE

public final void caseTRIGHTBRACE(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTRIGHTBRACE in interface Switch
Parameters:
node - a parse tree node

inTLEFTBRACKET

protected void inTLEFTBRACKET(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTLEFTBRACKET

protected void outTLEFTBRACKET(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTLEFTBRACKET

public final void caseTLEFTBRACKET(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTLEFTBRACKET in interface Switch
Parameters:
node - a parse tree node

inTRIGHTBRACKET

protected void inTRIGHTBRACKET(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTRIGHTBRACKET

protected void outTRIGHTBRACKET(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTRIGHTBRACKET

public final void caseTRIGHTBRACKET(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTRIGHTBRACKET in interface Switch
Parameters:
node - a parse tree node

inTMINUS

protected void inTMINUS(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTMINUS

protected void outTMINUS(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTMINUS

public final void caseTMINUS(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTMINUS in interface Switch
Parameters:
node - a parse tree node

inTLESSTHAN

protected void inTLESSTHAN(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTLESSTHAN

protected void outTLESSTHAN(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTLESSTHAN

public final void caseTLESSTHAN(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTLESSTHAN in interface Switch
Parameters:
node - a parse tree node

inTBAR

protected void inTBAR(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTBAR

protected void outTBAR(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTBAR

public final void caseTBAR(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTBAR in interface Switch
Parameters:
node - a parse tree node

inTASSIGN

protected void inTASSIGN(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTASSIGN

protected void outTASSIGN(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTASSIGN

public final void caseTASSIGN(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTASSIGN in interface Switch
Parameters:
node - a parse tree node

inTDEFINITIONS

protected void inTDEFINITIONS(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTDEFINITIONS

protected void outTDEFINITIONS(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTDEFINITIONS

public final void caseTDEFINITIONS(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTDEFINITIONS in interface Switch
Parameters:
node - a parse tree node

inTEXPLICIT

protected void inTEXPLICIT(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTEXPLICIT

protected void outTEXPLICIT(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTEXPLICIT

public final void caseTEXPLICIT(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTEXPLICIT in interface Switch
Parameters:
node - a parse tree node

inTIMPLICIT

protected void inTIMPLICIT(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTIMPLICIT

protected void outTIMPLICIT(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTIMPLICIT

public final void caseTIMPLICIT(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTIMPLICIT in interface Switch
Parameters:
node - a parse tree node

inTTAGS

protected void inTTAGS(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTTAGS

protected void outTTAGS(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTTAGS

public final void caseTTAGS(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTTAGS in interface Switch
Parameters:
node - a parse tree node

inTBEGIN

protected void inTBEGIN(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTBEGIN

protected void outTBEGIN(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTBEGIN

public final void caseTBEGIN(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTBEGIN in interface Switch
Parameters:
node - a parse tree node

inTEND

protected void inTEND(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTEND

protected void outTEND(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTEND

public final void caseTEND(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTEND in interface Switch
Parameters:
node - a parse tree node

inTEXPORTS

protected void inTEXPORTS(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTEXPORTS

protected void outTEXPORTS(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTEXPORTS

public final void caseTEXPORTS(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTEXPORTS in interface Switch
Parameters:
node - a parse tree node

inTIMPORTS

protected void inTIMPORTS(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTIMPORTS

protected void outTIMPORTS(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTIMPORTS

public final void caseTIMPORTS(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTIMPORTS in interface Switch
Parameters:
node - a parse tree node

inTFROM

protected void inTFROM(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTFROM

protected void outTFROM(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTFROM

public final void caseTFROM(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTFROM in interface Switch
Parameters:
node - a parse tree node

inTMACRO

protected void inTMACRO(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTMACRO

protected void outTMACRO(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTMACRO

public final void caseTMACRO(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTMACRO in interface Switch
Parameters:
node - a parse tree node

inTINTEGER

protected void inTINTEGER(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTINTEGER

protected void outTINTEGER(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTINTEGER

public final void caseTINTEGER(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTINTEGER in interface Switch
Parameters:
node - a parse tree node

inTREAL

protected void inTREAL(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTREAL

protected void outTREAL(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTREAL

public final void caseTREAL(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTREAL in interface Switch
Parameters:
node - a parse tree node

inTBOOLEAN

protected void inTBOOLEAN(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTBOOLEAN

protected void outTBOOLEAN(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTBOOLEAN

public final void caseTBOOLEAN(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTBOOLEAN in interface Switch
Parameters:
node - a parse tree node

inTNULL

protected void inTNULL(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTNULL

protected void outTNULL(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTNULL

public final void caseTNULL(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTNULL in interface Switch
Parameters:
node - a parse tree node

inTBIT

protected void inTBIT(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTBIT

protected void outTBIT(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTBIT

public final void caseTBIT(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTBIT in interface Switch
Parameters:
node - a parse tree node

inTOCTET

protected void inTOCTET(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTOCTET

protected void outTOCTET(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTOCTET

public final void caseTOCTET(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTOCTET in interface Switch
Parameters:
node - a parse tree node

inTSTRING

protected void inTSTRING(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTSTRING

protected void outTSTRING(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTSTRING

public final void caseTSTRING(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTSTRING in interface Switch
Parameters:
node - a parse tree node

inTENUMERATED

protected void inTENUMERATED(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTENUMERATED

protected void outTENUMERATED(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTENUMERATED

public final void caseTENUMERATED(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTENUMERATED in interface Switch
Parameters:
node - a parse tree node

inTSEQUENCE

protected void inTSEQUENCE(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTSEQUENCE

protected void outTSEQUENCE(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTSEQUENCE

public final void caseTSEQUENCE(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTSEQUENCE in interface Switch
Parameters:
node - a parse tree node

inTSET

protected void inTSET(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTSET

protected void outTSET(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTSET

public final void caseTSET(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTSET in interface Switch
Parameters:
node - a parse tree node

inTOF

protected void inTOF(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTOF

protected void outTOF(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTOF

public final void caseTOF(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTOF in interface Switch
Parameters:
node - a parse tree node

inTCHOICE

protected void inTCHOICE(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTCHOICE

protected void outTCHOICE(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTCHOICE

public final void caseTCHOICE(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTCHOICE in interface Switch
Parameters:
node - a parse tree node

inTUNIVERSAL

protected void inTUNIVERSAL(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTUNIVERSAL

protected void outTUNIVERSAL(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTUNIVERSAL

public final void caseTUNIVERSAL(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTUNIVERSAL in interface Switch
Parameters:
node - a parse tree node

inTAPPLICATION

protected void inTAPPLICATION(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTAPPLICATION

protected void outTAPPLICATION(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTAPPLICATION

public final void caseTAPPLICATION(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTAPPLICATION in interface Switch
Parameters:
node - a parse tree node

inTPRIVATE

protected void inTPRIVATE(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTPRIVATE

protected void outTPRIVATE(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTPRIVATE

public final void caseTPRIVATE(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTPRIVATE in interface Switch
Parameters:
node - a parse tree node

inTANY

protected void inTANY(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTANY

protected void outTANY(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTANY

public final void caseTANY(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTANY in interface Switch
Parameters:
node - a parse tree node

inTDEFINED

protected void inTDEFINED(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTDEFINED

protected void outTDEFINED(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTDEFINED

public final void caseTDEFINED(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTDEFINED in interface Switch
Parameters:
node - a parse tree node

inTBY

protected void inTBY(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTBY

protected void outTBY(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTBY

public final void caseTBY(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTBY in interface Switch
Parameters:
node - a parse tree node

inTOBJECT

protected void inTOBJECT(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTOBJECT

protected void outTOBJECT(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTOBJECT

public final void caseTOBJECT(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTOBJECT in interface Switch
Parameters:
node - a parse tree node

inTIDENTIFIER

protected void inTIDENTIFIER(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTIDENTIFIER

protected void outTIDENTIFIER(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTIDENTIFIER

public final void caseTIDENTIFIER(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTIDENTIFIER in interface Switch
Parameters:
node - a parse tree node

inTINCLUDES

protected void inTINCLUDES(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTINCLUDES

protected void outTINCLUDES(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTINCLUDES

public final void caseTINCLUDES(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTINCLUDES in interface Switch
Parameters:
node - a parse tree node

inTMIN

protected void inTMIN(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTMIN

protected void outTMIN(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTMIN

public final void caseTMIN(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTMIN in interface Switch
Parameters:
node - a parse tree node

inTMAX

protected void inTMAX(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTMAX

protected void outTMAX(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTMAX

public final void caseTMAX(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTMAX in interface Switch
Parameters:
node - a parse tree node

inTSIZE

protected void inTSIZE(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTSIZE

protected void outTSIZE(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTSIZE

public final void caseTSIZE(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTSIZE in interface Switch
Parameters:
node - a parse tree node

inTWITH

protected void inTWITH(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTWITH

protected void outTWITH(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTWITH

public final void caseTWITH(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTWITH in interface Switch
Parameters:
node - a parse tree node

inTCOMPONENT

protected void inTCOMPONENT(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTCOMPONENT

protected void outTCOMPONENT(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTCOMPONENT

public final void caseTCOMPONENT(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTCOMPONENT in interface Switch
Parameters:
node - a parse tree node

inTCOMPONENTS

protected void inTCOMPONENTS(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTCOMPONENTS

protected void outTCOMPONENTS(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTCOMPONENTS

public final void caseTCOMPONENTS(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTCOMPONENTS in interface Switch
Parameters:
node - a parse tree node

inTPRESENT

protected void inTPRESENT(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTPRESENT

protected void outTPRESENT(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTPRESENT

public final void caseTPRESENT(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTPRESENT in interface Switch
Parameters:
node - a parse tree node

inTABSENT

protected void inTABSENT(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTABSENT

protected void outTABSENT(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTABSENT

public final void caseTABSENT(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTABSENT in interface Switch
Parameters:
node - a parse tree node

inTOPTIONAL

protected void inTOPTIONAL(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTOPTIONAL

protected void outTOPTIONAL(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTOPTIONAL

public final void caseTOPTIONAL(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTOPTIONAL in interface Switch
Parameters:
node - a parse tree node

inTDEFAULT

protected void inTDEFAULT(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTDEFAULT

protected void outTDEFAULT(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTDEFAULT

public final void caseTDEFAULT(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTDEFAULT in interface Switch
Parameters:
node - a parse tree node

inTTRUE

protected void inTTRUE(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTTRUE

protected void outTTRUE(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTTRUE

public final void caseTTRUE(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTTRUE in interface Switch
Parameters:
node - a parse tree node

inTFALSE

protected void inTFALSE(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTFALSE

protected void outTFALSE(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTFALSE

public final void caseTFALSE(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTFALSE in interface Switch
Parameters:
node - a parse tree node

inTPLUS_INFINITY

protected void inTPLUS_INFINITY(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTPLUS_INFINITY

protected void outTPLUS_INFINITY(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTPLUS_INFINITY

public final void caseTPLUS_INFINITY(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTPLUS_INFINITY in interface Switch
Parameters:
node - a parse tree node

inTMINUS_INFINITY

protected void inTMINUS_INFINITY(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTMINUS_INFINITY

protected void outTMINUS_INFINITY(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTMINUS_INFINITY

public final void caseTMINUS_INFINITY(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTMINUS_INFINITY in interface Switch
Parameters:
node - a parse tree node

inTMODULE_IDENTITY

protected void inTMODULE_IDENTITY(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTMODULE_IDENTITY

protected void outTMODULE_IDENTITY(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTMODULE_IDENTITY

public final void caseTMODULE_IDENTITY(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTMODULE_IDENTITY in interface Switch
Parameters:
node - a parse tree node

inTOBJECT_IDENTITY

protected void inTOBJECT_IDENTITY(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTOBJECT_IDENTITY

protected void outTOBJECT_IDENTITY(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTOBJECT_IDENTITY

public final void caseTOBJECT_IDENTITY(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTOBJECT_IDENTITY in interface Switch
Parameters:
node - a parse tree node

inTOBJECT_TYPE

protected void inTOBJECT_TYPE(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTOBJECT_TYPE

protected void outTOBJECT_TYPE(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTOBJECT_TYPE

public final void caseTOBJECT_TYPE(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTOBJECT_TYPE in interface Switch
Parameters:
node - a parse tree node

inTNOTIFICATION_TYPE

protected void inTNOTIFICATION_TYPE(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTNOTIFICATION_TYPE

protected void outTNOTIFICATION_TYPE(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTNOTIFICATION_TYPE

public final void caseTNOTIFICATION_TYPE(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTNOTIFICATION_TYPE in interface Switch
Parameters:
node - a parse tree node

inTTRAP_TYPE

protected void inTTRAP_TYPE(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTTRAP_TYPE

protected void outTTRAP_TYPE(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTTRAP_TYPE

public final void caseTTRAP_TYPE(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTTRAP_TYPE in interface Switch
Parameters:
node - a parse tree node

inTTEXTUAL_CONVENTION

protected void inTTEXTUAL_CONVENTION(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTTEXTUAL_CONVENTION

protected void outTTEXTUAL_CONVENTION(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTTEXTUAL_CONVENTION

public final void caseTTEXTUAL_CONVENTION(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTTEXTUAL_CONVENTION in interface Switch
Parameters:
node - a parse tree node

inTOBJECT_GROUP

protected void inTOBJECT_GROUP(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTOBJECT_GROUP

protected void outTOBJECT_GROUP(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTOBJECT_GROUP

public final void caseTOBJECT_GROUP(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTOBJECT_GROUP in interface Switch
Parameters:
node - a parse tree node

inTNOTIFICATION_GROUP

protected void inTNOTIFICATION_GROUP(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTNOTIFICATION_GROUP

protected void outTNOTIFICATION_GROUP(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTNOTIFICATION_GROUP

public final void caseTNOTIFICATION_GROUP(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTNOTIFICATION_GROUP in interface Switch
Parameters:
node - a parse tree node

inTMODULE_COMPLIANCE

protected void inTMODULE_COMPLIANCE(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTMODULE_COMPLIANCE

protected void outTMODULE_COMPLIANCE(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTMODULE_COMPLIANCE

public final void caseTMODULE_COMPLIANCE(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTMODULE_COMPLIANCE in interface Switch
Parameters:
node - a parse tree node

inTAGENT_CAPABILITIES

protected void inTAGENT_CAPABILITIES(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTAGENT_CAPABILITIES

protected void outTAGENT_CAPABILITIES(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTAGENT_CAPABILITIES

public final void caseTAGENT_CAPABILITIES(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTAGENT_CAPABILITIES in interface Switch
Parameters:
node - a parse tree node

inTLAST_UPDATED

protected void inTLAST_UPDATED(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTLAST_UPDATED

protected void outTLAST_UPDATED(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTLAST_UPDATED

public final void caseTLAST_UPDATED(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTLAST_UPDATED in interface Switch
Parameters:
node - a parse tree node

inTORGANIZATION

protected void inTORGANIZATION(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTORGANIZATION

protected void outTORGANIZATION(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTORGANIZATION

public final void caseTORGANIZATION(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTORGANIZATION in interface Switch
Parameters:
node - a parse tree node

inTCONTACT_INFO

protected void inTCONTACT_INFO(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTCONTACT_INFO

protected void outTCONTACT_INFO(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTCONTACT_INFO

public final void caseTCONTACT_INFO(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTCONTACT_INFO in interface Switch
Parameters:
node - a parse tree node

inTDESCRIPTION

protected void inTDESCRIPTION(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTDESCRIPTION

protected void outTDESCRIPTION(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTDESCRIPTION

public final void caseTDESCRIPTION(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTDESCRIPTION in interface Switch
Parameters:
node - a parse tree node

inTREVISION

protected void inTREVISION(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTREVISION

protected void outTREVISION(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTREVISION

public final void caseTREVISION(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTREVISION in interface Switch
Parameters:
node - a parse tree node

inTSTATUS

protected void inTSTATUS(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTSTATUS

protected void outTSTATUS(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTSTATUS

public final void caseTSTATUS(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTSTATUS in interface Switch
Parameters:
node - a parse tree node

inTREFERENCE

protected void inTREFERENCE(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTREFERENCE

protected void outTREFERENCE(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTREFERENCE

public final void caseTREFERENCE(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTREFERENCE in interface Switch
Parameters:
node - a parse tree node

inTSYNTAX

protected void inTSYNTAX(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTSYNTAX

protected void outTSYNTAX(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTSYNTAX

public final void caseTSYNTAX(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTSYNTAX in interface Switch
Parameters:
node - a parse tree node

inTBITS

protected void inTBITS(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTBITS

protected void outTBITS(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTBITS

public final void caseTBITS(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTBITS in interface Switch
Parameters:
node - a parse tree node

inTUNITS

protected void inTUNITS(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTUNITS

protected void outTUNITS(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTUNITS

public final void caseTUNITS(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTUNITS in interface Switch
Parameters:
node - a parse tree node

inTACCESS

protected void inTACCESS(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTACCESS

protected void outTACCESS(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTACCESS

public final void caseTACCESS(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTACCESS in interface Switch
Parameters:
node - a parse tree node

inTMAX_ACCESS

protected void inTMAX_ACCESS(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTMAX_ACCESS

protected void outTMAX_ACCESS(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTMAX_ACCESS

public final void caseTMAX_ACCESS(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTMAX_ACCESS in interface Switch
Parameters:
node - a parse tree node

inTMIN_ACCESS

protected void inTMIN_ACCESS(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTMIN_ACCESS

protected void outTMIN_ACCESS(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTMIN_ACCESS

public final void caseTMIN_ACCESS(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTMIN_ACCESS in interface Switch
Parameters:
node - a parse tree node

inTINDEX

protected void inTINDEX(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTINDEX

protected void outTINDEX(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTINDEX

public final void caseTINDEX(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTINDEX in interface Switch
Parameters:
node - a parse tree node

inTAUGMENTS

protected void inTAUGMENTS(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTAUGMENTS

protected void outTAUGMENTS(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTAUGMENTS

public final void caseTAUGMENTS(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTAUGMENTS in interface Switch
Parameters:
node - a parse tree node

inTIMPLIED

protected void inTIMPLIED(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTIMPLIED

protected void outTIMPLIED(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTIMPLIED

public final void caseTIMPLIED(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTIMPLIED in interface Switch
Parameters:
node - a parse tree node

inTDEFVAL

protected void inTDEFVAL(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTDEFVAL

protected void outTDEFVAL(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTDEFVAL

public final void caseTDEFVAL(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTDEFVAL in interface Switch
Parameters:
node - a parse tree node

inTOBJECTS

protected void inTOBJECTS(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTOBJECTS

protected void outTOBJECTS(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTOBJECTS

public final void caseTOBJECTS(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTOBJECTS in interface Switch
Parameters:
node - a parse tree node

inTENTERPRISE

protected void inTENTERPRISE(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTENTERPRISE

protected void outTENTERPRISE(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTENTERPRISE

public final void caseTENTERPRISE(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTENTERPRISE in interface Switch
Parameters:
node - a parse tree node

inTVARIABLES

protected void inTVARIABLES(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTVARIABLES

protected void outTVARIABLES(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTVARIABLES

public final void caseTVARIABLES(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTVARIABLES in interface Switch
Parameters:
node - a parse tree node

inTDISPLAY_HINT

protected void inTDISPLAY_HINT(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTDISPLAY_HINT

protected void outTDISPLAY_HINT(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTDISPLAY_HINT

public final void caseTDISPLAY_HINT(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTDISPLAY_HINT in interface Switch
Parameters:
node - a parse tree node

inTNOTIFICATIONS

protected void inTNOTIFICATIONS(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTNOTIFICATIONS

protected void outTNOTIFICATIONS(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTNOTIFICATIONS

public final void caseTNOTIFICATIONS(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTNOTIFICATIONS in interface Switch
Parameters:
node - a parse tree node

inTMODULE

protected void inTMODULE(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTMODULE

protected void outTMODULE(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTMODULE

public final void caseTMODULE(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTMODULE in interface Switch
Parameters:
node - a parse tree node

inTMANDATORY_GROUPS

protected void inTMANDATORY_GROUPS(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTMANDATORY_GROUPS

protected void outTMANDATORY_GROUPS(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTMANDATORY_GROUPS

public final void caseTMANDATORY_GROUPS(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTMANDATORY_GROUPS in interface Switch
Parameters:
node - a parse tree node

inTGROUP

protected void inTGROUP(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTGROUP

protected void outTGROUP(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTGROUP

public final void caseTGROUP(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTGROUP in interface Switch
Parameters:
node - a parse tree node

inTWRITE_SYNTAX

protected void inTWRITE_SYNTAX(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTWRITE_SYNTAX

protected void outTWRITE_SYNTAX(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTWRITE_SYNTAX

public final void caseTWRITE_SYNTAX(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTWRITE_SYNTAX in interface Switch
Parameters:
node - a parse tree node

inTPRODUCT_RELEASE

protected void inTPRODUCT_RELEASE(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTPRODUCT_RELEASE

protected void outTPRODUCT_RELEASE(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTPRODUCT_RELEASE

public final void caseTPRODUCT_RELEASE(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTPRODUCT_RELEASE in interface Switch
Parameters:
node - a parse tree node

inTSUPPORTS

protected void inTSUPPORTS(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTSUPPORTS

protected void outTSUPPORTS(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTSUPPORTS

public final void caseTSUPPORTS(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTSUPPORTS in interface Switch
Parameters:
node - a parse tree node

inTVARIATION

protected void inTVARIATION(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTVARIATION

protected void outTVARIATION(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTVARIATION

public final void caseTVARIATION(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTVARIATION in interface Switch
Parameters:
node - a parse tree node

inTCREATION_REQUIRES

protected void inTCREATION_REQUIRES(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTCREATION_REQUIRES

protected void outTCREATION_REQUIRES(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTCREATION_REQUIRES

public final void caseTCREATION_REQUIRES(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTCREATION_REQUIRES in interface Switch
Parameters:
node - a parse tree node

inTBINSTRING

protected void inTBINSTRING(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTBINSTRING

protected void outTBINSTRING(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTBINSTRING

public final void caseTBINSTRING(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTBINSTRING in interface Switch
Parameters:
node - a parse tree node

inTHEXSTRING

protected void inTHEXSTRING(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTHEXSTRING

protected void outTHEXSTRING(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTHEXSTRING

public final void caseTHEXSTRING(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTHEXSTRING in interface Switch
Parameters:
node - a parse tree node

inTCSTRING

protected void inTCSTRING(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTCSTRING

protected void outTCSTRING(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTCSTRING

public final void caseTCSTRING(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTCSTRING in interface Switch
Parameters:
node - a parse tree node

inTIDENT

protected void inTIDENT(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTIDENT

protected void outTIDENT(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTIDENT

public final void caseTIDENT(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTIDENT in interface Switch
Parameters:
node - a parse tree node

inTNUMBER

protected void inTNUMBER(Node node)
Called when entering a node of this type. By default, this method calls the defaultIn() method.
Parameters:
node - a parse tree node

outTNUMBER

protected void outTNUMBER(Node node)
Called when exiting a node of this type. By default, this method calls the defaultOut() method.
Parameters:
node - a parse tree node

caseTNUMBER

public final void caseTNUMBER(Node node)
Depth-first traverses this node. This method calls other methods as appropriate.
Specified by:
caseTNUMBER in interface Switch
Parameters:
node - a parse tree node

defaultIn

protected void defaultIn(Node node)
A default method called from all inX methods. Override this method in a subclass to handle the default case.
Parameters:
node - a parse tree node

defaultOut

protected void defaultOut(Node node)
A default method called from all outX methods. Override this method in a subclass to handle the default case.
Parameters:
node - a parse tree node

defaultCase

protected final void defaultCase(Node node)
Traverses the child nodes recursively by switching them on this object.
Parameters:
node - a parse tree node