|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.percederberg.mib.asn1.analysis.TreeWalker
|
+--net.percederberg.mib.asn1.analysis.DepthFirstAdapter
This class provides a depth first tree traversal implementation for the parse tree. This class should be subclassed and the appropriate inXXX and outXXX methods overridden for handling various types of parse tree node analysis. All the case methods are declared final to avoid overriding them.
| Constructor Summary | |
DepthFirstAdapter()
|
|
| Method Summary | |
void |
caseAlphabetConstraint(Node node)
Traverses all the children to a node of this type, first calling the inAlphabetConstraint method and afterwards the outAlphabetConstraint method. |
void |
caseAnyType(Node node)
Traverses all the children to a node of this type, first calling the inAnyType method and afterwards the outAnyType method. |
void |
caseAssignment(Node node)
Traverses all the children to a node of this type, first calling the inAssignment method and afterwards the outAssignment method. |
void |
caseAssignmentList(Node node)
Traverses all the children to a node of this type, first calling the inAssignmentList method and afterwards the outAssignmentList method. |
void |
caseBinaryString(Node node)
Traverses all the children to a node of this type, first calling the inBinaryString method and afterwards the outBinaryString method. |
void |
caseBitStringType(Node node)
Traverses all the children to a node of this type, first calling the inBitStringType method and afterwards the outBitStringType method. |
void |
caseBooleanValue(Node node)
Traverses all the children to a node of this type, first calling the inBooleanValue method and afterwards the outBooleanValue method. |
void |
caseBuiltinType(Node node)
Traverses all the children to a node of this type, first calling the inBuiltinType method and afterwards the outBuiltinType method. |
void |
caseBuiltinValue(Node node)
Traverses all the children to a node of this type, first calling the inBuiltinValue method and afterwards the outBuiltinValue method. |
void |
caseCharString(Node node)
Traverses all the children to a node of this type, first calling the inCharString method and afterwards the outCharString method. |
void |
caseChoiceType(Node node)
Traverses all the children to a node of this type, first calling the inChoiceType method and afterwards the outChoiceType method. |
void |
caseClass(Node node)
Traverses all the children to a node of this type, first calling the inClass method and afterwards the outClass method. |
void |
caseClassNumber(Node node)
Traverses all the children to a node of this type, first calling the inClassNumber method and afterwards the outClassNumber method. |
void |
caseConstraint(Node node)
Traverses all the children to a node of this type, first calling the inConstraint method and afterwards the outConstraint method. |
void |
caseConstraintList(Node node)
Traverses all the children to a node of this type, first calling the inConstraintList method and afterwards the outConstraintList method. |
void |
caseDefinedMacroName(Node node)
Traverses all the children to a node of this type, first calling the inDefinedMacroName method and afterwards the outDefinedMacroName method. |
void |
caseDefinedMacroType(Node node)
Traverses all the children to a node of this type, first calling the inDefinedMacroType method and afterwards the outDefinedMacroType method. |
void |
caseDefinedType(Node node)
Traverses all the children to a node of this type, first calling the inDefinedType method and afterwards the outDefinedType method. |
void |
caseDefinedValue(Node node)
Traverses all the children to a node of this type, first calling the inDefinedValue method and afterwards the outDefinedValue method. |
void |
caseElementType(Node node)
Traverses all the children to a node of this type, first calling the inElementType method and afterwards the outElementType method. |
void |
caseElementTypeList(Node node)
Traverses all the children to a node of this type, first calling the inElementTypeList method and afterwards the outElementTypeList method. |
void |
caseEnumeratedType(Node node)
Traverses all the children to a node of this type, first calling the inEnumeratedType method and afterwards the outEnumeratedType method. |
void |
caseEOF(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseExports(Node node)
Traverses all the children to a node of this type, first calling the inExports method and afterwards the outExports method. |
void |
caseHexString(Node node)
Traverses all the children to a node of this type, first calling the inHexString method and afterwards the outHexString method. |
void |
caseIdentifier(Node node)
Traverses all the children to a node of this type, first calling the inIdentifier method and afterwards the outIdentifier method. |
void |
caseImports(Node node)
Traverses all the children to a node of this type, first calling the inImports method and afterwards the outImports method. |
void |
caseIntegerType(Node node)
Traverses all the children to a node of this type, first calling the inIntegerType method and afterwards the outIntegerType method. |
void |
caseLowerEndPoint(Node node)
Traverses all the children to a node of this type, first calling the inLowerEndPoint method and afterwards the outLowerEndPoint method. |
void |
caseMacroBody(Node node)
Traverses all the children to a node of this type, first calling the inMacroBody method and afterwards the outMacroBody method. |
void |
caseMacroDefinition(Node node)
Traverses all the children to a node of this type, first calling the inMacroDefinition method and afterwards the outMacroDefinition method. |
void |
caseMacroReference(Node node)
Traverses all the children to a node of this type, first calling the inMacroReference method and afterwards the outMacroReference method. |
void |
caseModuleBody(Node node)
Traverses all the children to a node of this type, first calling the inModuleBody method and afterwards the outModuleBody method. |
void |
caseModuleDefinition(Node node)
Traverses all the children to a node of this type, first calling the inModuleDefinition method and afterwards the outModuleDefinition method. |
void |
caseModuleIdentifier(Node node)
Traverses all the children to a node of this type, first calling the inModuleIdentifier method and afterwards the outModuleIdentifier method. |
void |
caseModuleReference(Node node)
Traverses all the children to a node of this type, first calling the inModuleReference method and afterwards the outModuleReference method. |
void |
caseNameAndNumberForm(Node node)
Traverses all the children to a node of this type, first calling the inNameAndNumberForm method and afterwards the outNameAndNumberForm method. |
void |
caseNamedNumber(Node node)
Traverses all the children to a node of this type, first calling the inNamedNumber method and afterwards the outNamedNumber method. |
void |
caseNamedNumberList(Node node)
Traverses all the children to a node of this type, first calling the inNamedNumberList method and afterwards the outNamedNumberList method. |
void |
caseNamedType(Node node)
Traverses all the children to a node of this type, first calling the inNamedType method and afterwards the outNamedType method. |
void |
caseNamedValue(Node node)
Traverses all the children to a node of this type, first calling the inNamedValue method and afterwards the outNamedValue method. |
void |
caseNullValue(Node node)
Traverses all the children to a node of this type, first calling the inNullValue method and afterwards the outNullValue method. |
void |
caseNumber(Node node)
Traverses all the children to a node of this type, first calling the inNumber method and afterwards the outNumber method. |
void |
caseObjectIdentifierValue(Node node)
Traverses all the children to a node of this type, first calling the inObjectIdentifierValue method and afterwards the outObjectIdentifierValue method. |
void |
caseObjIdComponent(Node node)
Traverses all the children to a node of this type, first calling the inObjIdComponent method and afterwards the outObjIdComponent method. |
void |
caseObjIdComponentList(Node node)
Traverses all the children to a node of this type, first calling the inObjIdComponentList method and afterwards the outObjIdComponentList method. |
void |
caseSelectionType(Node node)
Traverses all the children to a node of this type, first calling the inSelectionType method and afterwards the outSelectionType method. |
void |
caseSequenceOfType(Node node)
Traverses all the children to a node of this type, first calling the inSequenceOfType method and afterwards the outSequenceOfType method. |
void |
caseSequenceType(Node node)
Traverses all the children to a node of this type, first calling the inSequenceType method and afterwards the outSequenceType method. |
void |
caseSetOfType(Node node)
Traverses all the children to a node of this type, first calling the inSetOfType method and afterwards the outSetOfType method. |
void |
caseSetType(Node node)
Traverses all the children to a node of this type, first calling the inSetType method and afterwards the outSetType method. |
void |
caseSignedNumber(Node node)
Traverses all the children to a node of this type, first calling the inSignedNumber method and afterwards the outSignedNumber method. |
void |
caseSizeConstraint(Node node)
Traverses all the children to a node of this type, first calling the inSizeConstraint method and afterwards the outSizeConstraint method. |
void |
caseSkipToEND(Node node)
Traverses all the children to a node of this type, first calling the inSkipToEND method and afterwards the outSkipToEND method. |
void |
caseSnmpAccessPart(Node node)
Traverses all the children to a node of this type, first calling the inSnmpAccessPart method and afterwards the outSnmpAccessPart method. |
void |
caseSnmpDefValPart(Node node)
Traverses all the children to a node of this type, first calling the inSnmpDefValPart method and afterwards the outSnmpDefValPart method. |
void |
caseSnmpDescrPart(Node node)
Traverses all the children to a node of this type, first calling the inSnmpDescrPart method and afterwards the outSnmpDescrPart method. |
void |
caseSnmpIndexPart(Node node)
Traverses all the children to a node of this type, first calling the inSnmpIndexPart method and afterwards the outSnmpIndexPart method. |
void |
caseSnmpObjectTypeMacroType(Node node)
Traverses all the children to a node of this type, first calling the inSnmpObjectTypeMacroType method and afterwards the outSnmpObjectTypeMacroType method. |
void |
caseSnmpReferPart(Node node)
Traverses all the children to a node of this type, first calling the inSnmpReferPart method and afterwards the outSnmpReferPart method. |
void |
caseSnmpStatusPart(Node node)
Traverses all the children to a node of this type, first calling the inSnmpStatusPart method and afterwards the outSnmpStatusPart method. |
void |
caseSnmpTrapTypeMacroType(Node node)
Traverses all the children to a node of this type, first calling the inSnmpTrapTypeMacroType method and afterwards the outSnmpTrapTypeMacroType method. |
void |
caseSnmpVarPart(Node node)
Traverses all the children to a node of this type, first calling the inSnmpVarPart method and afterwards the outSnmpVarPart method. |
void |
caseSpecialRealValue(Node node)
Traverses all the children to a node of this type, first calling the inSpecialRealValue method and afterwards the outSpecialRealValue method. |
void |
caseStart(Node node)
Traverses all the children to a node of this type, first calling the inStart method and afterwards the outStart method. |
void |
caseStringType(Node node)
Traverses all the children to a node of this type, first calling the inStringType method and afterwards the outStringType method. |
void |
caseSymbol(Node node)
Traverses all the children to a node of this type, first calling the inSymbol method and afterwards the outSymbol method. |
void |
caseSymbolList(Node node)
Traverses all the children to a node of this type, first calling the inSymbolList method and afterwards the outSymbolList method. |
void |
caseSymbolsFromModule(Node node)
Traverses all the children to a node of this type, first calling the inSymbolsFromModule method and afterwards the outSymbolsFromModule method. |
void |
caseSymbolsFromModuleList(Node node)
Traverses all the children to a node of this type, first calling the inSymbolsFromModuleList method and afterwards the outSymbolsFromModuleList method. |
void |
caseTABSENT(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTACCESS(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTag(Node node)
Traverses all the children to a node of this type, first calling the inTag method and afterwards the outTag method. |
void |
caseTagDefault(Node node)
Traverses all the children to a node of this type, first calling the inTagDefault method and afterwards the outTagDefault method. |
void |
caseTaggedType(Node node)
Traverses all the children to a node of this type, first calling the inTaggedType method and afterwards the outTaggedType method. |
void |
caseTANY(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTAPPLICATION(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTASSIGN(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTBAR(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTBEGIN(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTBINSTRING(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTBIT(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTBOOLEAN(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTBY(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTCHOICE(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTCOMMA(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTCOMPONENT(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTCOMPONENTS(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTCSTRING(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTDEFAULT(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTDEFINED(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTDEFINITIONS(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTDEFVAL(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTDESCRIPTION(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTDOT(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTEND(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTENTERPRISE(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTENUMERATED(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTEXPLICIT(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTEXPORTS(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTFALSE(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTFROM(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTHEXSTRING(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTIDENTIFIER(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTIMPLICIT(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTIMPORTS(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTINCLUDES(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTINDEX(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTINTEGER(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTLCASEFIRST_IDENT(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTLEFTBRACE(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTLEFTBRACKET(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTLEFTPAREN(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTLESSTHAN(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTMACRO(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTMAX(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTMIN(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTMINUS_INFINITY(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTMINUS(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTNULL(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTNUMBER(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTOBJECT_TYPE(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTOBJECT(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTOCTET(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTOF(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTOPTIONAL(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTPLUS_INFINITY(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTPRESENT(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTPRIVATE(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTREAL(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTREFERENCE(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTRIGHTBRACE(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTRIGHTBRACKET(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTRIGHTPAREN(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTSEMI_COLON(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTSEQUENCE(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTSET(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTSIZE(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTSTATUS(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTSTRING(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTSYNTAX(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTTAGS(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTTRAP_TYPE(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTTRUE(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTUCASEFIRST_IDENT(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTUNIVERSAL(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTVARIABLES(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseTWITH(Node node)
Traverses all the children to a node of this type, first calling the appropriate inXXX method and afterwards the corresponding outXXX method. |
void |
caseType(Node node)
Traverses all the children to a node of this type, first calling the inType method and afterwards the outType method. |
void |
caseTypeAssignment(Node node)
Traverses all the children to a node of this type, first calling the inTypeAssignment method and afterwards the outTypeAssignment method. |
void |
caseTypeOrValue(Node node)
Traverses all the children to a node of this type, first calling the inTypeOrValue method and afterwards the outTypeOrValue method. |
void |
caseTypeOrValueList(Node node)
Traverses all the children to a node of this type, first calling the inTypeOrValueList method and afterwards the outTypeOrValueList method. |
void |
caseTypeReference(Node node)
Traverses all the children to a node of this type, first calling the inTypeReference method and afterwards the outTypeReference method. |
void |
caseUpperEndPoint(Node node)
Traverses all the children to a node of this type, first calling the inUpperEndPoint method and afterwards the outUpperEndPoint method. |
void |
caseValue(Node node)
Traverses all the children to a node of this type, first calling the inValue method and afterwards the outValue method. |
void |
caseValueAssignment(Node node)
Traverses all the children to a node of this type, first calling the inValueAssignment method and afterwards the outValueAssignment method. |
void |
caseValueConstraint(Node node)
Traverses all the children to a node of this type, first calling the inValueConstraint method and afterwards the outValueConstraint method. |
void |
caseValueRange(Node node)
Traverses all the children to a node of this type, first calling the inValueRange method and afterwards the outValueRange method. |
void |
caseVarTypes(Node node)
Traverses all the children to a node of this type, first calling the inVarTypes method and afterwards the outVarTypes method. |
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 inXXX methods. |
protected void |
defaultOut(Node node)
A default method called from all outXXX methods. |
protected void |
inAlphabetConstraint(Node node)
Called upon entering a node of this type. |
protected void |
inAnyType(Node node)
Called upon entering a node of this type. |
protected void |
inAssignment(Node node)
Called upon entering a node of this type. |
protected void |
inAssignmentList(Node node)
Called upon entering a node of this type. |
protected void |
inBinaryString(Node node)
Called upon entering a node of this type. |
protected void |
inBitStringType(Node node)
Called upon entering a node of this type. |
protected void |
inBooleanValue(Node node)
Called upon entering a node of this type. |
protected void |
inBuiltinType(Node node)
Called upon entering a node of this type. |
protected void |
inBuiltinValue(Node node)
Called upon entering a node of this type. |
protected void |
inCharString(Node node)
Called upon entering a node of this type. |
protected void |
inChoiceType(Node node)
Called upon entering a node of this type. |
protected void |
inClass(Node node)
Called upon entering a node of this type. |
protected void |
inClassNumber(Node node)
Called upon entering a node of this type. |
protected void |
inConstraint(Node node)
Called upon entering a node of this type. |
protected void |
inConstraintList(Node node)
Called upon entering a node of this type. |
protected void |
inDefinedMacroName(Node node)
Called upon entering a node of this type. |
protected void |
inDefinedMacroType(Node node)
Called upon entering a node of this type. |
protected void |
inDefinedType(Node node)
Called upon entering a node of this type. |
protected void |
inDefinedValue(Node node)
Called upon entering a node of this type. |
protected void |
inElementType(Node node)
Called upon entering a node of this type. |
protected void |
inElementTypeList(Node node)
Called upon entering a node of this type. |
protected void |
inEnumeratedType(Node node)
Called upon entering a node of this type. |
protected void |
inEOF(Node node)
Called upon entering a node of this type. |
protected void |
inExports(Node node)
Called upon entering a node of this type. |
protected void |
inHexString(Node node)
Called upon entering a node of this type. |
protected void |
inIdentifier(Node node)
Called upon entering a node of this type. |
protected void |
inImports(Node node)
Called upon entering a node of this type. |
protected void |
inIntegerType(Node node)
Called upon entering a node of this type. |
protected void |
inLowerEndPoint(Node node)
Called upon entering a node of this type. |
protected void |
inMacroBody(Node node)
Called upon entering a node of this type. |
protected void |
inMacroDefinition(Node node)
Called upon entering a node of this type. |
protected void |
inMacroReference(Node node)
Called upon entering a node of this type. |
protected void |
inModuleBody(Node node)
Called upon entering a node of this type. |
protected void |
inModuleDefinition(Node node)
Called upon entering a node of this type. |
protected void |
inModuleIdentifier(Node node)
Called upon entering a node of this type. |
protected void |
inModuleReference(Node node)
Called upon entering a node of this type. |
protected void |
inNameAndNumberForm(Node node)
Called upon entering a node of this type. |
protected void |
inNamedNumber(Node node)
Called upon entering a node of this type. |
protected void |
inNamedNumberList(Node node)
Called upon entering a node of this type. |
protected void |
inNamedType(Node node)
Called upon entering a node of this type. |
protected void |
inNamedValue(Node node)
Called upon entering a node of this type. |
protected void |
inNullValue(Node node)
Called upon entering a node of this type. |
protected void |
inNumber(Node node)
Called upon entering a node of this type. |
protected void |
inObjectIdentifierValue(Node node)
Called upon entering a node of this type. |
protected void |
inObjIdComponent(Node node)
Called upon entering a node of this type. |
protected void |
inObjIdComponentList(Node node)
Called upon entering a node of this type. |
protected void |
inSelectionType(Node node)
Called upon entering a node of this type. |
protected void |
inSequenceOfType(Node node)
Called upon entering a node of this type. |
protected void |
inSequenceType(Node node)
Called upon entering a node of this type. |
protected void |
inSetOfType(Node node)
Called upon entering a node of this type. |
protected void |
inSetType(Node node)
Called upon entering a node of this type. |
protected void |
inSignedNumber(Node node)
Called upon entering a node of this type. |
protected void |
inSizeConstraint(Node node)
Called upon entering a node of this type. |
protected void |
inSkipToEND(Node node)
Called upon entering a node of this type. |
protected void |
inSnmpAccessPart(Node node)
Called upon entering a node of this type. |
protected void |
inSnmpDefValPart(Node node)
Called upon entering a node of this type. |
protected void |
inSnmpDescrPart(Node node)
Called upon entering a node of this type. |
protected void |
inSnmpIndexPart(Node node)
Called upon entering a node of this type. |
protected void |
inSnmpObjectTypeMacroType(Node node)
Called upon entering a node of this type. |
protected void |
inSnmpReferPart(Node node)
Called upon entering a node of this type. |
protected void |
inSnmpStatusPart(Node node)
Called upon entering a node of this type. |
protected void |
inSnmpTrapTypeMacroType(Node node)
Called upon entering a node of this type. |
protected void |
inSnmpVarPart(Node node)
Called upon entering a node of this type. |
protected void |
inSpecialRealValue(Node node)
Called upon entering a node of this type. |
protected void |
inStart(Node node)
Called upon entering a node of this type. |
protected void |
inStringType(Node node)
Called upon entering a node of this type. |
protected void |
inSymbol(Node node)
Called upon entering a node of this type. |
protected void |
inSymbolList(Node node)
Called upon entering a node of this type. |
protected void |
inSymbolsFromModule(Node node)
Called upon entering a node of this type. |
protected void |
inSymbolsFromModuleList(Node node)
Called upon entering a node of this type. |
protected void |
inTABSENT(Node node)
Called upon entering a node of this type. |
protected void |
inTACCESS(Node node)
Called upon entering a node of this type. |
protected void |
inTag(Node node)
Called upon entering a node of this type. |
protected void |
inTagDefault(Node node)
Called upon entering a node of this type. |
protected void |
inTaggedType(Node node)
Called upon entering a node of this type. |
protected void |
inTANY(Node node)
Called upon entering a node of this type. |
protected void |
inTAPPLICATION(Node node)
Called upon entering a node of this type. |
protected void |
inTASSIGN(Node node)
Called upon entering a node of this type. |
protected void |
inTBAR(Node node)
Called upon entering a node of this type. |
protected void |
inTBEGIN(Node node)
Called upon entering a node of this type. |
protected void |
inTBINSTRING(Node node)
Called upon entering a node of this type. |
protected void |
inTBIT(Node node)
Called upon entering a node of this type. |
protected void |
inTBOOLEAN(Node node)
Called upon entering a node of this type. |
protected void |
inTBY(Node node)
Called upon entering a node of this type. |
protected void |
inTCHOICE(Node node)
Called upon entering a node of this type. |
protected void |
inTCOMMA(Node node)
Called upon entering a node of this type. |
protected void |
inTCOMPONENT(Node node)
Called upon entering a node of this type. |
protected void |
inTCOMPONENTS(Node node)
Called upon entering a node of this type. |
protected void |
inTCSTRING(Node node)
Called upon entering a node of this type. |
protected void |
inTDEFAULT(Node node)
Called upon entering a node of this type. |
protected void |
inTDEFINED(Node node)
Called upon entering a node of this type. |
protected void |
inTDEFINITIONS(Node node)
Called upon entering a node of this type. |
protected void |
inTDEFVAL(Node node)
Called upon entering a node of this type. |
protected void |
inTDESCRIPTION(Node node)
Called upon entering a node of this type. |
protected void |
inTDOT(Node node)
Called upon entering a node of this type. |
protected void |
inTEND(Node node)
Called upon entering a node of this type. |
protected void |
inTENTERPRISE(Node node)
Called upon entering a node of this type. |
protected void |
inTENUMERATED(Node node)
Called upon entering a node of this type. |
protected void |
inTEXPLICIT(Node node)
Called upon entering a node of this type. |
protected void |
inTEXPORTS(Node node)
Called upon entering a node of this type. |
protected void |
inTFALSE(Node node)
Called upon entering a node of this type. |
protected void |
inTFROM(Node node)
Called upon entering a node of this type. |
protected void |
inTHEXSTRING(Node node)
Called upon entering a node of this type. |
protected void |
inTIDENTIFIER(Node node)
Called upon entering a node of this type. |
protected void |
inTIMPLICIT(Node node)
Called upon entering a node of this type. |
protected void |
inTIMPORTS(Node node)
Called upon entering a node of this type. |
protected void |
inTINCLUDES(Node node)
Called upon entering a node of this type. |
protected void |
inTINDEX(Node node)
Called upon entering a node of this type. |
protected void |
inTINTEGER(Node node)
Called upon entering a node of this type. |
protected void |
inTLCASEFIRST_IDENT(Node node)
Called upon entering a node of this type. |
protected void |
inTLEFTBRACE(Node node)
Called upon entering a node of this type. |
protected void |
inTLEFTBRACKET(Node node)
Called upon entering a node of this type. |
protected void |
inTLEFTPAREN(Node node)
Called upon entering a node of this type. |
protected void |
inTLESSTHAN(Node node)
Called upon entering a node of this type. |
protected void |
inTMACRO(Node node)
Called upon entering a node of this type. |
protected void |
inTMAX(Node node)
Called upon entering a node of this type. |
protected void |
inTMIN(Node node)
Called upon entering a node of this type. |
protected void |
inTMINUS_INFINITY(Node node)
Called upon entering a node of this type. |
protected void |
inTMINUS(Node node)
Called upon entering a node of this type. |
protected void |
inTNULL(Node node)
Called upon entering a node of this type. |
protected void |
inTNUMBER(Node node)
Called upon entering a node of this type. |
protected void |
inTOBJECT_TYPE(Node node)
Called upon entering a node of this type. |
protected void |
inTOBJECT(Node node)
Called upon entering a node of this type. |
protected void |
inTOCTET(Node node)
Called upon entering a node of this type. |
protected void |
inTOF(Node node)
Called upon entering a node of this type. |
protected void |
inTOPTIONAL(Node node)
Called upon entering a node of this type. |
protected void |
inTPLUS_INFINITY(Node node)
Called upon entering a node of this type. |
protected void |
inTPRESENT(Node node)
Called upon entering a node of this type. |
protected void |
inTPRIVATE(Node node)
Called upon entering a node of this type. |
protected void |
inTREAL(Node node)
Called upon entering a node of this type. |
protected void |
inTREFERENCE(Node node)
Called upon entering a node of this type. |
protected void |
inTRIGHTBRACE(Node node)
Called upon entering a node of this type. |
protected void |
inTRIGHTBRACKET(Node node)
Called upon entering a node of this type. |
protected void |
inTRIGHTPAREN(Node node)
Called upon entering a node of this type. |
protected void |
inTSEMI_COLON(Node node)
Called upon entering a node of this type. |
protected void |
inTSEQUENCE(Node node)
Called upon entering a node of this type. |
protected void |
inTSET(Node node)
Called upon entering a node of this type. |
protected void |
inTSIZE(Node node)
Called upon entering a node of this type. |
protected void |
inTSTATUS(Node node)
Called upon entering a node of this type. |
protected void |
inTSTRING(Node node)
Called upon entering a node of this type. |
protected void |
inTSYNTAX(Node node)
Called upon entering a node of this type. |
protected void |
inTTAGS(Node node)
Called upon entering a node of this type. |
protected void |
inTTRAP_TYPE(Node node)
Called upon entering a node of this type. |
protected void |
inTTRUE(Node node)
Called upon entering a node of this type. |
protected void |
inTUCASEFIRST_IDENT(Node node)
Called upon entering a node of this type. |
protected void |
inTUNIVERSAL(Node node)
Called upon entering a node of this type. |
protected void |
inTVARIABLES(Node node)
Called upon entering a node of this type. |
protected void |
inTWITH(Node node)
Called upon entering a node of this type. |
protected void |
inType(Node node)
Called upon entering a node of this type. |
protected void |
inTypeAssignment(Node node)
Called upon entering a node of this type. |
protected void |
inTypeOrValue(Node node)
Called upon entering a node of this type. |
protected void |
inTypeOrValueList(Node node)
Called upon entering a node of this type. |
protected void |
inTypeReference(Node node)
Called upon entering a node of this type. |
protected void |
inUpperEndPoint(Node node)
Called upon entering a node of this type. |
protected void |
inValue(Node node)
Called upon entering a node of this type. |
protected void |
inValueAssignment(Node node)
Called upon entering a node of this type. |
protected void |
inValueConstraint(Node node)
Called upon entering a node of this type. |
protected void |
inValueRange(Node node)
Called upon entering a node of this type. |
protected void |
inVarTypes(Node node)
Called upon entering a node of this type. |
protected void |
outAlphabetConstraint(Node node)
Called upon exiting a node of this type. |
protected void |
outAnyType(Node node)
Called upon exiting a node of this type. |
protected void |
outAssignment(Node node)
Called upon exiting a node of this type. |
protected void |
outAssignmentList(Node node)
Called upon exiting a node of this type. |
protected void |
outBinaryString(Node node)
Called upon exiting a node of this type. |
protected void |
outBitStringType(Node node)
Called upon exiting a node of this type. |
protected void |
outBooleanValue(Node node)
Called upon exiting a node of this type. |
protected void |
outBuiltinType(Node node)
Called upon exiting a node of this type. |
protected void |
outBuiltinValue(Node node)
Called upon exiting a node of this type. |
protected void |
outCharString(Node node)
Called upon exiting a node of this type. |
protected void |
outChoiceType(Node node)
Called upon exiting a node of this type. |
protected void |
outClass(Node node)
Called upon exiting a node of this type. |
protected void |
outClassNumber(Node node)
Called upon exiting a node of this type. |
protected void |
outConstraint(Node node)
Called upon exiting a node of this type. |
protected void |
outConstraintList(Node node)
Called upon exiting a node of this type. |
protected void |
outDefinedMacroName(Node node)
Called upon exiting a node of this type. |
protected void |
outDefinedMacroType(Node node)
Called upon exiting a node of this type. |
protected void |
outDefinedType(Node node)
Called upon exiting a node of this type. |
protected void |
outDefinedValue(Node node)
Called upon exiting a node of this type. |
protected void |
outElementType(Node node)
Called upon exiting a node of this type. |
protected void |
outElementTypeList(Node node)
Called upon exiting a node of this type. |
protected void |
outEnumeratedType(Node node)
Called upon exiting a node of this type. |
protected void |
outEOF(Node node)
Called upon exiting a node of this type. |
protected void |
outExports(Node node)
Called upon exiting a node of this type. |
protected void |
outHexString(Node node)
Called upon exiting a node of this type. |
protected void |
outIdentifier(Node node)
Called upon exiting a node of this type. |
protected void |
outImports(Node node)
Called upon exiting a node of this type. |
protected void |
outIntegerType(Node node)
Called upon exiting a node of this type. |
protected void |
outLowerEndPoint(Node node)
Called upon exiting a node of this type. |
protected void |
outMacroBody(Node node)
Called upon exiting a node of this type. |
protected void |
outMacroDefinition(Node node)
Called upon exiting a node of this type. |
protected void |
outMacroReference(Node node)
Called upon exiting a node of this type. |
protected void |
outModuleBody(Node node)
Called upon exiting a node of this type. |
protected void |
outModuleDefinition(Node node)
Called upon exiting a node of this type. |
protected void |
outModuleIdentifier(Node node)
Called upon exiting a node of this type. |
protected void |
outModuleReference(Node node)
Called upon exiting a node of this type. |
protected void |
outNameAndNumberForm(Node node)
Called upon exiting a node of this type. |
protected void |
outNamedNumber(Node node)
Called upon exiting a node of this type. |
protected void |
outNamedNumberList(Node node)
Called upon exiting a node of this type. |
protected void |
outNamedType(Node node)
Called upon exiting a node of this type. |
protected void |
outNamedValue(Node node)
Called upon exiting a node of this type. |
protected void |
outNullValue(Node node)
Called upon exiting a node of this type. |
protected void |
outNumber(Node node)
Called upon exiting a node of this type. |
protected void |
outObjectIdentifierValue(Node node)
Called upon exiting a node of this type. |
protected void |
outObjIdComponent(Node node)
Called upon exiting a node of this type. |
protected void |
outObjIdComponentList(Node node)
Called upon exiting a node of this type. |
protected void |
outSelectionType(Node node)
Called upon exiting a node of this type. |
protected void |
outSequenceOfType(Node node)
Called upon exiting a node of this type. |
protected void |
outSequenceType(Node node)
Called upon exiting a node of this type. |
protected void |
outSetOfType(Node node)
Called upon exiting a node of this type. |
protected void |
outSetType(Node node)
Called upon exiting a node of this type. |
protected void |
outSignedNumber(Node node)
Called upon exiting a node of this type. |
protected void |
outSizeConstraint(Node node)
Called upon exiting a node of this type. |
protected void |
outSkipToEND(Node node)
Called upon exiting a node of this type. |
protected void |
outSnmpAccessPart(Node node)
Called upon exiting a node of this type. |
protected void |
outSnmpDefValPart(Node node)
Called upon exiting a node of this type. |
protected void |
outSnmpDescrPart(Node node)
Called upon exiting a node of this type. |
protected void |
outSnmpIndexPart(Node node)
Called upon exiting a node of this type. |
protected void |
outSnmpObjectTypeMacroType(Node node)
Called upon exiting a node of this type. |
protected void |
outSnmpReferPart(Node node)
Called upon exiting a node of this type. |
protected void |
outSnmpStatusPart(Node node)
Called upon exiting a node of this type. |
protected void |
outSnmpTrapTypeMacroType(Node node)
Called upon exiting a node of this type. |
protected void |
outSnmpVarPart(Node node)
Called upon exiting a node of this type. |
protected void |
outSpecialRealValue(Node node)
Called upon exiting a node of this type. |
protected void |
outStart(Node node)
Called upon exiting a node of this type. |
protected void |
outStringType(Node node)
Called upon exiting a node of this type. |
protected void |
outSymbol(Node node)
Called upon exiting a node of this type. |
protected void |
outSymbolList(Node node)
Called upon exiting a node of this type. |
protected void |
outSymbolsFromModule(Node node)
Called upon exiting a node of this type. |
protected void |
outSymbolsFromModuleList(Node node)
Called upon exiting a node of this type. |
protected void |
outTABSENT(Node node)
Called upon exiting a node of this type. |
protected void |
outTACCESS(Node node)
Called upon exiting a node of this type. |
protected void |
outTag(Node node)
Called upon exiting a node of this type. |
protected void |
outTagDefault(Node node)
Called upon exiting a node of this type. |
protected void |
outTaggedType(Node node)
Called upon exiting a node of this type. |
protected void |
outTANY(Node node)
Called upon exiting a node of this type. |
protected void |
outTAPPLICATION(Node node)
Called upon exiting a node of this type. |
protected void |
outTASSIGN(Node node)
Called upon exiting a node of this type. |
protected void |
outTBAR(Node node)
Called upon exiting a node of this type. |
protected void |
outTBEGIN(Node node)
Called upon exiting a node of this type. |
protected void |
outTBINSTRING(Node node)
Called upon exiting a node of this type. |
protected void |
outTBIT(Node node)
Called upon exiting a node of this type. |
protected void |
outTBOOLEAN(Node node)
Called upon exiting a node of this type. |
protected void |
outTBY(Node node)
Called upon exiting a node of this type. |
protected void |
outTCHOICE(Node node)
Called upon exiting a node of this type. |
protected void |
outTCOMMA(Node node)
Called upon exiting a node of this type. |
protected void |
outTCOMPONENT(Node node)
Called upon exiting a node of this type. |
protected void |
outTCOMPONENTS(Node node)
Called upon exiting a node of this type. |
protected void |
outTCSTRING(Node node)
Called upon exiting a node of this type. |
protected void |
outTDEFAULT(Node node)
Called upon exiting a node of this type. |
protected void |
outTDEFINED(Node node)
Called upon exiting a node of this type. |
protected void |
outTDEFINITIONS(Node node)
Called upon exiting a node of this type. |
protected void |
outTDEFVAL(Node node)
Called upon exiting a node of this type. |
protected void |
outTDESCRIPTION(Node node)
Called upon exiting a node of this type. |
protected void |
outTDOT(Node node)
Called upon exiting a node of this type. |
protected void |
outTEND(Node node)
Called upon exiting a node of this type. |
protected void |
outTENTERPRISE(Node node)
Called upon exiting a node of this type. |
protected void |
outTENUMERATED(Node node)
Called upon exiting a node of this type. |
protected void |
outTEXPLICIT(Node node)
Called upon exiting a node of this type. |
protected void |
outTEXPORTS(Node node)
Called upon exiting a node of this type. |
protected void |
outTFALSE(Node node)
Called upon exiting a node of this type. |
protected void |
outTFROM(Node node)
Called upon exiting a node of this type. |
protected void |
outTHEXSTRING(Node node)
Called upon exiting a node of this type. |
protected void |
outTIDENTIFIER(Node node)
Called upon exiting a node of this type. |
protected void |
outTIMPLICIT(Node node)
Called upon exiting a node of this type. |
protected void |
outTIMPORTS(Node node)
Called upon exiting a node of this type. |
protected void |
outTINCLUDES(Node node)
Called upon exiting a node of this type. |
protected void |
outTINDEX(Node node)
Called upon exiting a node of this type. |
protected void |
outTINTEGER(Node node)
Called upon exiting a node of this type. |
protected void |
outTLCASEFIRST_IDENT(Node node)
Called upon exiting a node of this type. |
protected void |
outTLEFTBRACE(Node node)
Called upon exiting a node of this type. |
protected void |
outTLEFTBRACKET(Node node)
Called upon exiting a node of this type. |
protected void |
outTLEFTPAREN(Node node)
Called upon exiting a node of this type. |
protected void |
outTLESSTHAN(Node node)
Called upon exiting a node of this type. |
protected void |
outTMACRO(Node node)
Called upon exiting a node of this type. |
protected void |
outTMAX(Node node)
Called upon exiting a node of this type. |
protected void |
outTMIN(Node node)
Called upon exiting a node of this type. |
protected void |
outTMINUS_INFINITY(Node node)
Called upon exiting a node of this type. |
protected void |
outTMINUS(Node node)
Called upon exiting a node of this type. |
protected void |
outTNULL(Node node)
Called upon exiting a node of this type. |
protected void |
outTNUMBER(Node node)
Called upon exiting a node of this type. |
protected void |
outTOBJECT_TYPE(Node node)
Called upon exiting a node of this type. |
protected void |
outTOBJECT(Node node)
Called upon exiting a node of this type. |
protected void |
outTOCTET(Node node)
Called upon exiting a node of this type. |
protected void |
outTOF(Node node)
Called upon exiting a node of this type. |
protected void |
outTOPTIONAL(Node node)
Called upon exiting a node of this type. |
protected void |
outTPLUS_INFINITY(Node node)
Called upon exiting a node of this type. |
protected void |
outTPRESENT(Node node)
Called upon exiting a node of this type. |
protected void |
outTPRIVATE(Node node)
Called upon exiting a node of this type. |
protected void |
outTREAL(Node node)
Called upon exiting a node of this type. |
protected void |
outTREFERENCE(Node node)
Called upon exiting a node of this type. |
protected void |
outTRIGHTBRACE(Node node)
Called upon exiting a node of this type. |
protected void |
outTRIGHTBRACKET(Node node)
Called upon exiting a node of this type. |
protected void |
outTRIGHTPAREN(Node node)
Called upon exiting a node of this type. |
protected void |
outTSEMI_COLON(Node node)
Called upon exiting a node of this type. |
protected void |
outTSEQUENCE(Node node)
Called upon exiting a node of this type. |
protected void |
outTSET(Node node)
Called upon exiting a node of this type. |
protected void |
outTSIZE(Node node)
Called upon exiting a node of this type. |
protected void |
outTSTATUS(Node node)
Called upon exiting a node of this type. |
protected void |
outTSTRING(Node node)
Called upon exiting a node of this type. |
protected void |
outTSYNTAX(Node node)
Called upon exiting a node of this type. |
protected void |
outTTAGS(Node node)
Called upon exiting a node of this type. |
protected void |
outTTRAP_TYPE(Node node)
Called upon exiting a node of this type. |
protected void |
outTTRUE(Node node)
Called upon exiting a node of this type. |
protected void |
outTUCASEFIRST_IDENT(Node node)
Called upon exiting a node of this type. |
protected void |
outTUNIVERSAL(Node node)
Called upon exiting a node of this type. |
protected void |
outTVARIABLES(Node node)
Called upon exiting a node of this type. |
protected void |
outTWITH(Node node)
Called upon exiting a node of this type. |
protected void |
outType(Node node)
Called upon exiting a node of this type. |
protected void |
outTypeAssignment(Node node)
Called upon exiting a node of this type. |
protected void |
outTypeOrValue(Node node)
Called upon exiting a node of this type. |
protected void |
outTypeOrValueList(Node node)
Called upon exiting a node of this type. |
protected void |
outTypeReference(Node node)
Called upon exiting a node of this type. |
protected void |
outUpperEndPoint(Node node)
Called upon exiting a node of this type. |
protected void |
outValue(Node node)
Called upon exiting a node of this type. |
protected void |
outValueAssignment(Node node)
Called upon exiting a node of this type. |
protected void |
outValueConstraint(Node node)
Called upon exiting a node of this type. |
protected void |
outValueRange(Node node)
Called upon exiting a node of this type. |
protected void |
outVarTypes(Node node)
Called upon 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 |
public DepthFirstAdapter()
| Method Detail |
protected void inStart(Node node)
node - a parse tree nodeprotected void outStart(Node node)
node - a parse tree nodepublic final void caseStart(Node node)
caseStart in interface Switchnode - a parse tree nodeprotected void inModuleDefinition(Node node)
node - a parse tree nodeprotected void outModuleDefinition(Node node)
node - a parse tree nodepublic final void caseModuleDefinition(Node node)
caseModuleDefinition in interface Switchnode - a parse tree nodeprotected void inTagDefault(Node node)
node - a parse tree nodeprotected void outTagDefault(Node node)
node - a parse tree nodepublic final void caseTagDefault(Node node)
caseTagDefault in interface Switchnode - a parse tree nodeprotected void inModuleIdentifier(Node node)
node - a parse tree nodeprotected void outModuleIdentifier(Node node)
node - a parse tree nodepublic final void caseModuleIdentifier(Node node)
caseModuleIdentifier in interface Switchnode - a parse tree nodeprotected void inModuleBody(Node node)
node - a parse tree nodeprotected void outModuleBody(Node node)
node - a parse tree nodepublic final void caseModuleBody(Node node)
caseModuleBody in interface Switchnode - a parse tree nodeprotected void inExports(Node node)
node - a parse tree nodeprotected void outExports(Node node)
node - a parse tree nodepublic final void caseExports(Node node)
caseExports in interface Switchnode - a parse tree nodeprotected void inImports(Node node)
node - a parse tree nodeprotected void outImports(Node node)
node - a parse tree nodepublic final void caseImports(Node node)
caseImports in interface Switchnode - a parse tree nodeprotected void inSymbolsFromModuleList(Node node)
node - a parse tree nodeprotected void outSymbolsFromModuleList(Node node)
node - a parse tree nodepublic final void caseSymbolsFromModuleList(Node node)
caseSymbolsFromModuleList in interface Switchnode - a parse tree nodeprotected void inSymbolsFromModule(Node node)
node - a parse tree nodeprotected void outSymbolsFromModule(Node node)
node - a parse tree nodepublic final void caseSymbolsFromModule(Node node)
caseSymbolsFromModule in interface Switchnode - a parse tree nodeprotected void inSymbolList(Node node)
node - a parse tree nodeprotected void outSymbolList(Node node)
node - a parse tree nodepublic final void caseSymbolList(Node node)
caseSymbolList in interface Switchnode - a parse tree nodeprotected void inSymbol(Node node)
node - a parse tree nodeprotected void outSymbol(Node node)
node - a parse tree nodepublic final void caseSymbol(Node node)
caseSymbol in interface Switchnode - a parse tree nodeprotected void inAssignmentList(Node node)
node - a parse tree nodeprotected void outAssignmentList(Node node)
node - a parse tree nodepublic final void caseAssignmentList(Node node)
caseAssignmentList in interface Switchnode - a parse tree nodeprotected void inAssignment(Node node)
node - a parse tree nodeprotected void outAssignment(Node node)
node - a parse tree nodepublic final void caseAssignment(Node node)
caseAssignment in interface Switchnode - a parse tree nodeprotected void inMacroDefinition(Node node)
node - a parse tree nodeprotected void outMacroDefinition(Node node)
node - a parse tree nodepublic final void caseMacroDefinition(Node node)
caseMacroDefinition in interface Switchnode - a parse tree nodeprotected void inMacroBody(Node node)
node - a parse tree nodeprotected void outMacroBody(Node node)
node - a parse tree nodepublic final void caseMacroBody(Node node)
caseMacroBody in interface Switchnode - a parse tree nodeprotected void inSkipToEND(Node node)
node - a parse tree nodeprotected void outSkipToEND(Node node)
node - a parse tree nodepublic final void caseSkipToEND(Node node)
caseSkipToEND in interface Switchnode - a parse tree nodeprotected void inMacroReference(Node node)
node - a parse tree nodeprotected void outMacroReference(Node node)
node - a parse tree nodepublic final void caseMacroReference(Node node)
caseMacroReference in interface Switchnode - a parse tree nodeprotected void inTypeAssignment(Node node)
node - a parse tree nodeprotected void outTypeAssignment(Node node)
node - a parse tree nodepublic final void caseTypeAssignment(Node node)
caseTypeAssignment in interface Switchnode - a parse tree nodeprotected void inType(Node node)
node - a parse tree nodeprotected void outType(Node node)
node - a parse tree nodepublic final void caseType(Node node)
caseType in interface Switchnode - a parse tree nodeprotected void inBuiltinType(Node node)
node - a parse tree nodeprotected void outBuiltinType(Node node)
node - a parse tree nodepublic final void caseBuiltinType(Node node)
caseBuiltinType in interface Switchnode - a parse tree nodeprotected void inIntegerType(Node node)
node - a parse tree nodeprotected void outIntegerType(Node node)
node - a parse tree nodepublic final void caseIntegerType(Node node)
caseIntegerType in interface Switchnode - a parse tree nodeprotected void inNamedNumberList(Node node)
node - a parse tree nodeprotected void outNamedNumberList(Node node)
node - a parse tree nodepublic final void caseNamedNumberList(Node node)
caseNamedNumberList in interface Switchnode - a parse tree nodeprotected void inNamedNumber(Node node)
node - a parse tree nodeprotected void outNamedNumber(Node node)
node - a parse tree nodepublic final void caseNamedNumber(Node node)
caseNamedNumber in interface Switchnode - a parse tree nodeprotected void inSignedNumber(Node node)
node - a parse tree nodeprotected void outSignedNumber(Node node)
node - a parse tree nodepublic final void caseSignedNumber(Node node)
caseSignedNumber in interface Switchnode - a parse tree nodeprotected void inStringType(Node node)
node - a parse tree nodeprotected void outStringType(Node node)
node - a parse tree nodepublic final void caseStringType(Node node)
caseStringType in interface Switchnode - a parse tree nodeprotected void inBitStringType(Node node)
node - a parse tree nodeprotected void outBitStringType(Node node)
node - a parse tree nodepublic final void caseBitStringType(Node node)
caseBitStringType in interface Switchnode - a parse tree nodeprotected void inSequenceType(Node node)
node - a parse tree nodeprotected void outSequenceType(Node node)
node - a parse tree nodepublic final void caseSequenceType(Node node)
caseSequenceType in interface Switchnode - a parse tree nodeprotected void inSequenceOfType(Node node)
node - a parse tree nodeprotected void outSequenceOfType(Node node)
node - a parse tree nodepublic final void caseSequenceOfType(Node node)
caseSequenceOfType in interface Switchnode - a parse tree nodeprotected void inSetType(Node node)
node - a parse tree nodeprotected void outSetType(Node node)
node - a parse tree nodepublic final void caseSetType(Node node)
caseSetType in interface Switchnode - a parse tree nodeprotected void inSetOfType(Node node)
node - a parse tree nodeprotected void outSetOfType(Node node)
node - a parse tree nodepublic final void caseSetOfType(Node node)
caseSetOfType in interface Switchnode - a parse tree nodeprotected void inElementTypeList(Node node)
node - a parse tree nodeprotected void outElementTypeList(Node node)
node - a parse tree nodepublic final void caseElementTypeList(Node node)
caseElementTypeList in interface Switchnode - a parse tree nodeprotected void inElementType(Node node)
node - a parse tree nodeprotected void outElementType(Node node)
node - a parse tree nodepublic final void caseElementType(Node node)
caseElementType in interface Switchnode - a parse tree nodeprotected void inNamedType(Node node)
node - a parse tree nodeprotected void outNamedType(Node node)
node - a parse tree nodepublic final void caseNamedType(Node node)
caseNamedType in interface Switchnode - a parse tree nodeprotected void inChoiceType(Node node)
node - a parse tree nodeprotected void outChoiceType(Node node)
node - a parse tree nodepublic final void caseChoiceType(Node node)
caseChoiceType in interface Switchnode - a parse tree nodeprotected void inEnumeratedType(Node node)
node - a parse tree nodeprotected void outEnumeratedType(Node node)
node - a parse tree nodepublic final void caseEnumeratedType(Node node)
caseEnumeratedType in interface Switchnode - a parse tree nodeprotected void inSelectionType(Node node)
node - a parse tree nodeprotected void outSelectionType(Node node)
node - a parse tree nodepublic final void caseSelectionType(Node node)
caseSelectionType in interface Switchnode - a parse tree nodeprotected void inTaggedType(Node node)
node - a parse tree nodeprotected void outTaggedType(Node node)
node - a parse tree nodepublic final void caseTaggedType(Node node)
caseTaggedType in interface Switchnode - a parse tree nodeprotected void inTag(Node node)
node - a parse tree nodeprotected void outTag(Node node)
node - a parse tree nodepublic final void caseTag(Node node)
caseTag in interface Switchnode - a parse tree nodeprotected void inClassNumber(Node node)
node - a parse tree nodeprotected void outClassNumber(Node node)
node - a parse tree nodepublic final void caseClassNumber(Node node)
caseClassNumber in interface Switchnode - a parse tree nodeprotected void inClass(Node node)
node - a parse tree nodeprotected void outClass(Node node)
node - a parse tree nodepublic final void caseClass(Node node)
caseClass in interface Switchnode - a parse tree nodeprotected void inAnyType(Node node)
node - a parse tree nodeprotected void outAnyType(Node node)
node - a parse tree nodepublic final void caseAnyType(Node node)
caseAnyType in interface Switchnode - a parse tree nodeprotected void inDefinedType(Node node)
node - a parse tree nodeprotected void outDefinedType(Node node)
node - a parse tree nodepublic final void caseDefinedType(Node node)
caseDefinedType in interface Switchnode - a parse tree nodeprotected void inConstraintList(Node node)
node - a parse tree nodeprotected void outConstraintList(Node node)
node - a parse tree nodepublic final void caseConstraintList(Node node)
caseConstraintList in interface Switchnode - a parse tree nodeprotected void inConstraint(Node node)
node - a parse tree nodeprotected void outConstraint(Node node)
node - a parse tree nodepublic final void caseConstraint(Node node)
caseConstraint in interface Switchnode - a parse tree nodeprotected void inValueConstraint(Node node)
node - a parse tree nodeprotected void outValueConstraint(Node node)
node - a parse tree nodepublic final void caseValueConstraint(Node node)
caseValueConstraint in interface Switchnode - a parse tree nodeprotected void inValueRange(Node node)
node - a parse tree nodeprotected void outValueRange(Node node)
node - a parse tree nodepublic final void caseValueRange(Node node)
caseValueRange in interface Switchnode - a parse tree nodeprotected void inLowerEndPoint(Node node)
node - a parse tree nodeprotected void outLowerEndPoint(Node node)
node - a parse tree nodepublic final void caseLowerEndPoint(Node node)
caseLowerEndPoint in interface Switchnode - a parse tree nodeprotected void inUpperEndPoint(Node node)
node - a parse tree nodeprotected void outUpperEndPoint(Node node)
node - a parse tree nodepublic final void caseUpperEndPoint(Node node)
caseUpperEndPoint in interface Switchnode - a parse tree nodeprotected void inSizeConstraint(Node node)
node - a parse tree nodeprotected void outSizeConstraint(Node node)
node - a parse tree nodepublic final void caseSizeConstraint(Node node)
caseSizeConstraint in interface Switchnode - a parse tree nodeprotected void inAlphabetConstraint(Node node)
node - a parse tree nodeprotected void outAlphabetConstraint(Node node)
node - a parse tree nodepublic final void caseAlphabetConstraint(Node node)
caseAlphabetConstraint in interface Switchnode - a parse tree nodeprotected void inValueAssignment(Node node)
node - a parse tree nodeprotected void outValueAssignment(Node node)
node - a parse tree nodepublic final void caseValueAssignment(Node node)
caseValueAssignment in interface Switchnode - a parse tree nodeprotected void inValue(Node node)
node - a parse tree nodeprotected void outValue(Node node)
node - a parse tree nodepublic final void caseValue(Node node)
caseValue in interface Switchnode - a parse tree nodeprotected void inDefinedValue(Node node)
node - a parse tree nodeprotected void outDefinedValue(Node node)
node - a parse tree nodepublic final void caseDefinedValue(Node node)
caseDefinedValue in interface Switchnode - a parse tree nodeprotected void inBuiltinValue(Node node)
node - a parse tree nodeprotected void outBuiltinValue(Node node)
node - a parse tree nodepublic final void caseBuiltinValue(Node node)
caseBuiltinValue in interface Switchnode - a parse tree nodeprotected void inBooleanValue(Node node)
node - a parse tree nodeprotected void outBooleanValue(Node node)
node - a parse tree nodepublic final void caseBooleanValue(Node node)
caseBooleanValue in interface Switchnode - a parse tree nodeprotected void inSpecialRealValue(Node node)
node - a parse tree nodeprotected void outSpecialRealValue(Node node)
node - a parse tree nodepublic final void caseSpecialRealValue(Node node)
caseSpecialRealValue in interface Switchnode - a parse tree nodeprotected void inNullValue(Node node)
node - a parse tree nodeprotected void outNullValue(Node node)
node - a parse tree nodepublic final void caseNullValue(Node node)
caseNullValue in interface Switchnode - a parse tree nodeprotected void inNamedValue(Node node)
node - a parse tree nodeprotected void outNamedValue(Node node)
node - a parse tree nodepublic final void caseNamedValue(Node node)
caseNamedValue in interface Switchnode - a parse tree nodeprotected void inObjectIdentifierValue(Node node)
node - a parse tree nodeprotected void outObjectIdentifierValue(Node node)
node - a parse tree nodepublic final void caseObjectIdentifierValue(Node node)
caseObjectIdentifierValue in interface Switchnode - a parse tree nodeprotected void inObjIdComponentList(Node node)
node - a parse tree nodeprotected void outObjIdComponentList(Node node)
node - a parse tree nodepublic final void caseObjIdComponentList(Node node)
caseObjIdComponentList in interface Switchnode - a parse tree nodeprotected void inObjIdComponent(Node node)
node - a parse tree nodeprotected void outObjIdComponent(Node node)
node - a parse tree nodepublic final void caseObjIdComponent(Node node)
caseObjIdComponent in interface Switchnode - a parse tree nodeprotected void inNameAndNumberForm(Node node)
node - a parse tree nodeprotected void outNameAndNumberForm(Node node)
node - a parse tree nodepublic final void caseNameAndNumberForm(Node node)
caseNameAndNumberForm in interface Switchnode - a parse tree nodeprotected void inBinaryString(Node node)
node - a parse tree nodeprotected void outBinaryString(Node node)
node - a parse tree nodepublic final void caseBinaryString(Node node)
caseBinaryString in interface Switchnode - a parse tree nodeprotected void inHexString(Node node)
node - a parse tree nodeprotected void outHexString(Node node)
node - a parse tree nodepublic final void caseHexString(Node node)
caseHexString in interface Switchnode - a parse tree nodeprotected void inCharString(Node node)
node - a parse tree nodeprotected void outCharString(Node node)
node - a parse tree nodepublic final void caseCharString(Node node)
caseCharString in interface Switchnode - a parse tree nodeprotected void inNumber(Node node)
node - a parse tree nodeprotected void outNumber(Node node)
node - a parse tree nodepublic final void caseNumber(Node node)
caseNumber in interface Switchnode - a parse tree nodeprotected void inIdentifier(Node node)
node - a parse tree nodeprotected void outIdentifier(Node node)
node - a parse tree nodepublic final void caseIdentifier(Node node)
caseIdentifier in interface Switchnode - a parse tree nodeprotected void inModuleReference(Node node)
node - a parse tree nodeprotected void outModuleReference(Node node)
node - a parse tree nodepublic final void caseModuleReference(Node node)
caseModuleReference in interface Switchnode - a parse tree nodeprotected void inTypeReference(Node node)
node - a parse tree nodeprotected void outTypeReference(Node node)
node - a parse tree nodepublic final void caseTypeReference(Node node)
caseTypeReference in interface Switchnode - a parse tree nodeprotected void inDefinedMacroType(Node node)
node - a parse tree nodeprotected void outDefinedMacroType(Node node)
node - a parse tree nodepublic final void caseDefinedMacroType(Node node)
caseDefinedMacroType in interface Switchnode - a parse tree nodeprotected void inDefinedMacroName(Node node)
node - a parse tree nodeprotected void outDefinedMacroName(Node node)
node - a parse tree nodepublic final void caseDefinedMacroName(Node node)
caseDefinedMacroName in interface Switchnode - a parse tree nodeprotected void inSnmpObjectTypeMacroType(Node node)
node - a parse tree nodeprotected void outSnmpObjectTypeMacroType(Node node)
node - a parse tree nodepublic final void caseSnmpObjectTypeMacroType(Node node)
caseSnmpObjectTypeMacroType in interface Switchnode - a parse tree nodeprotected void inSnmpTrapTypeMacroType(Node node)
node - a parse tree nodeprotected void outSnmpTrapTypeMacroType(Node node)
node - a parse tree nodepublic final void caseSnmpTrapTypeMacroType(Node node)
caseSnmpTrapTypeMacroType in interface Switchnode - a parse tree nodeprotected void inSnmpAccessPart(Node node)
node - a parse tree nodeprotected void outSnmpAccessPart(Node node)
node - a parse tree nodepublic final void caseSnmpAccessPart(Node node)
caseSnmpAccessPart in interface Switchnode - a parse tree nodeprotected void inSnmpStatusPart(Node node)
node - a parse tree nodeprotected void outSnmpStatusPart(Node node)
node - a parse tree nodepublic final void caseSnmpStatusPart(Node node)
caseSnmpStatusPart in interface Switchnode - a parse tree nodeprotected void inSnmpDescrPart(Node node)
node - a parse tree nodeprotected void outSnmpDescrPart(Node node)
node - a parse tree nodepublic final void caseSnmpDescrPart(Node node)
caseSnmpDescrPart in interface Switchnode - a parse tree nodeprotected void inSnmpReferPart(Node node)
node - a parse tree nodeprotected void outSnmpReferPart(Node node)
node - a parse tree nodepublic final void caseSnmpReferPart(Node node)
caseSnmpReferPart in interface Switchnode - a parse tree nodeprotected void inSnmpIndexPart(Node node)
node - a parse tree nodeprotected void outSnmpIndexPart(Node node)
node - a parse tree nodepublic final void caseSnmpIndexPart(Node node)
caseSnmpIndexPart in interface Switchnode - a parse tree nodeprotected void inTypeOrValueList(Node node)
node - a parse tree nodeprotected void outTypeOrValueList(Node node)
node - a parse tree nodepublic final void caseTypeOrValueList(Node node)
caseTypeOrValueList in interface Switchnode - a parse tree nodeprotected void inTypeOrValue(Node node)
node - a parse tree nodeprotected void outTypeOrValue(Node node)
node - a parse tree nodepublic final void caseTypeOrValue(Node node)
caseTypeOrValue in interface Switchnode - a parse tree nodeprotected void inSnmpDefValPart(Node node)
node - a parse tree nodeprotected void outSnmpDefValPart(Node node)
node - a parse tree nodepublic final void caseSnmpDefValPart(Node node)
caseSnmpDefValPart in interface Switchnode - a parse tree nodeprotected void inSnmpVarPart(Node node)
node - a parse tree nodeprotected void outSnmpVarPart(Node node)
node - a parse tree nodepublic final void caseSnmpVarPart(Node node)
caseSnmpVarPart in interface Switchnode - a parse tree nodeprotected void inVarTypes(Node node)
node - a parse tree nodeprotected void outVarTypes(Node node)
node - a parse tree nodepublic final void caseVarTypes(Node node)
caseVarTypes in interface Switchnode - a parse tree nodeprotected void inEOF(Node node)
node - a parse tree nodeprotected void outEOF(Node node)
node - a parse tree nodepublic final void caseEOF(Node node)
caseEOF in interface Switchnode - a parse tree nodeprotected void inTDOT(Node node)
node - a parse tree nodeprotected void outTDOT(Node node)
node - a parse tree nodepublic final void caseTDOT(Node node)
caseTDOT in interface Switchnode - a parse tree nodeprotected void inTCOMMA(Node node)
node - a parse tree nodeprotected void outTCOMMA(Node node)
node - a parse tree nodepublic final void caseTCOMMA(Node node)
caseTCOMMA in interface Switchnode - a parse tree nodeprotected void inTSEMI_COLON(Node node)
node - a parse tree nodeprotected void outTSEMI_COLON(Node node)
node - a parse tree nodepublic final void caseTSEMI_COLON(Node node)
caseTSEMI_COLON in interface Switchnode - a parse tree nodeprotected void inTLEFTPAREN(Node node)
node - a parse tree nodeprotected void outTLEFTPAREN(Node node)
node - a parse tree nodepublic final void caseTLEFTPAREN(Node node)
caseTLEFTPAREN in interface Switchnode - a parse tree nodeprotected void inTRIGHTPAREN(Node node)
node - a parse tree nodeprotected void outTRIGHTPAREN(Node node)
node - a parse tree nodepublic final void caseTRIGHTPAREN(Node node)
caseTRIGHTPAREN in interface Switchnode - a parse tree nodeprotected void inTLEFTBRACE(Node node)
node - a parse tree nodeprotected void outTLEFTBRACE(Node node)
node - a parse tree nodepublic final void caseTLEFTBRACE(Node node)
caseTLEFTBRACE in interface Switchnode - a parse tree nodeprotected void inTRIGHTBRACE(Node node)
node - a parse tree nodeprotected void outTRIGHTBRACE(Node node)
node - a parse tree nodepublic final void caseTRIGHTBRACE(Node node)
caseTRIGHTBRACE in interface Switchnode - a parse tree nodeprotected void inTLEFTBRACKET(Node node)
node - a parse tree nodeprotected void outTLEFTBRACKET(Node node)
node - a parse tree nodepublic final void caseTLEFTBRACKET(Node node)
caseTLEFTBRACKET in interface Switchnode - a parse tree nodeprotected void inTRIGHTBRACKET(Node node)
node - a parse tree nodeprotected void outTRIGHTBRACKET(Node node)
node - a parse tree nodepublic final void caseTRIGHTBRACKET(Node node)
caseTRIGHTBRACKET in interface Switchnode - a parse tree nodeprotected void inTMINUS(Node node)
node - a parse tree nodeprotected void outTMINUS(Node node)
node - a parse tree nodepublic final void caseTMINUS(Node node)
caseTMINUS in interface Switchnode - a parse tree nodeprotected void inTLESSTHAN(Node node)
node - a parse tree nodeprotected void outTLESSTHAN(Node node)
node - a parse tree nodepublic final void caseTLESSTHAN(Node node)
caseTLESSTHAN in interface Switchnode - a parse tree nodeprotected void inTBAR(Node node)
node - a parse tree nodeprotected void outTBAR(Node node)
node - a parse tree nodepublic final void caseTBAR(Node node)
caseTBAR in interface Switchnode - a parse tree nodeprotected void inTASSIGN(Node node)
node - a parse tree nodeprotected void outTASSIGN(Node node)
node - a parse tree nodepublic final void caseTASSIGN(Node node)
caseTASSIGN in interface Switchnode - a parse tree nodeprotected void inTDEFINITIONS(Node node)
node - a parse tree nodeprotected void outTDEFINITIONS(Node node)
node - a parse tree nodepublic final void caseTDEFINITIONS(Node node)
caseTDEFINITIONS in interface Switchnode - a parse tree nodeprotected void inTEXPLICIT(Node node)
node - a parse tree nodeprotected void outTEXPLICIT(Node node)
node - a parse tree nodepublic final void caseTEXPLICIT(Node node)
caseTEXPLICIT in interface Switchnode - a parse tree nodeprotected void inTIMPLICIT(Node node)
node - a parse tree nodeprotected void outTIMPLICIT(Node node)
node - a parse tree nodepublic final void caseTIMPLICIT(Node node)
caseTIMPLICIT in interface Switchnode - a parse tree nodeprotected void inTTAGS(Node node)
node - a parse tree nodeprotected void outTTAGS(Node node)
node - a parse tree nodepublic final void caseTTAGS(Node node)
caseTTAGS in interface Switchnode - a parse tree nodeprotected void inTBEGIN(Node node)
node - a parse tree nodeprotected void outTBEGIN(Node node)
node - a parse tree nodepublic final void caseTBEGIN(Node node)
caseTBEGIN in interface Switchnode - a parse tree nodeprotected void inTEND(Node node)
node - a parse tree nodeprotected void outTEND(Node node)
node - a parse tree nodepublic final void caseTEND(Node node)
caseTEND in interface Switchnode - a parse tree nodeprotected void inTEXPORTS(Node node)
node - a parse tree nodeprotected void outTEXPORTS(Node node)
node - a parse tree nodepublic final void caseTEXPORTS(Node node)
caseTEXPORTS in interface Switchnode - a parse tree nodeprotected void inTIMPORTS(Node node)
node - a parse tree nodeprotected void outTIMPORTS(Node node)
node - a parse tree nodepublic final void caseTIMPORTS(Node node)
caseTIMPORTS in interface Switchnode - a parse tree nodeprotected void inTFROM(Node node)
node - a parse tree nodeprotected void outTFROM(Node node)
node - a parse tree nodepublic final void caseTFROM(Node node)
caseTFROM in interface Switchnode - a parse tree nodeprotected void inTMACRO(Node node)
node - a parse tree nodeprotected void outTMACRO(Node node)
node - a parse tree nodepublic final void caseTMACRO(Node node)
caseTMACRO in interface Switchnode - a parse tree nodeprotected void inTINTEGER(Node node)
node - a parse tree nodeprotected void outTINTEGER(Node node)
node - a parse tree nodepublic final void caseTINTEGER(Node node)
caseTINTEGER in interface Switchnode - a parse tree nodeprotected void inTREAL(Node node)
node - a parse tree nodeprotected void outTREAL(Node node)
node - a parse tree nodepublic final void caseTREAL(Node node)
caseTREAL in interface Switchnode - a parse tree nodeprotected void inTBOOLEAN(Node node)
node - a parse tree nodeprotected void outTBOOLEAN(Node node)
node - a parse tree nodepublic final void caseTBOOLEAN(Node node)
caseTBOOLEAN in interface Switchnode - a parse tree nodeprotected void inTNULL(Node node)
node - a parse tree nodeprotected void outTNULL(Node node)
node - a parse tree nodepublic final void caseTNULL(Node node)
caseTNULL in interface Switchnode - a parse tree nodeprotected void inTBIT(Node node)
node - a parse tree nodeprotected void outTBIT(Node node)
node - a parse tree nodepublic final void caseTBIT(Node node)
caseTBIT in interface Switchnode - a parse tree nodeprotected void inTOCTET(Node node)
node - a parse tree nodeprotected void outTOCTET(Node node)
node - a parse tree nodepublic final void caseTOCTET(Node node)
caseTOCTET in interface Switchnode - a parse tree nodeprotected void inTSTRING(Node node)
node - a parse tree nodeprotected void outTSTRING(Node node)
node - a parse tree nodepublic final void caseTSTRING(Node node)
caseTSTRING in interface Switchnode - a parse tree nodeprotected void inTENUMERATED(Node node)
node - a parse tree nodeprotected void outTENUMERATED(Node node)
node - a parse tree nodepublic final void caseTENUMERATED(Node node)
caseTENUMERATED in interface Switchnode - a parse tree nodeprotected void inTSEQUENCE(Node node)
node - a parse tree nodeprotected void outTSEQUENCE(Node node)
node - a parse tree nodepublic final void caseTSEQUENCE(Node node)
caseTSEQUENCE in interface Switchnode - a parse tree nodeprotected void inTSET(Node node)
node - a parse tree nodeprotected void outTSET(Node node)
node - a parse tree nodepublic final void caseTSET(Node node)
caseTSET in interface Switchnode - a parse tree nodeprotected void inTOF(Node node)
node - a parse tree nodeprotected void outTOF(Node node)
node - a parse tree nodepublic final void caseTOF(Node node)
caseTOF in interface Switchnode - a parse tree nodeprotected void inTCHOICE(Node node)
node - a parse tree nodeprotected void outTCHOICE(Node node)
node - a parse tree nodepublic final void caseTCHOICE(Node node)
caseTCHOICE in interface Switchnode - a parse tree nodeprotected void inTUNIVERSAL(Node node)
node - a parse tree nodeprotected void outTUNIVERSAL(Node node)
node - a parse tree nodepublic final void caseTUNIVERSAL(Node node)
caseTUNIVERSAL in interface Switchnode - a parse tree nodeprotected void inTAPPLICATION(Node node)
node - a parse tree nodeprotected void outTAPPLICATION(Node node)
node - a parse tree nodepublic final void caseTAPPLICATION(Node node)
caseTAPPLICATION in interface Switchnode - a parse tree nodeprotected void inTPRIVATE(Node node)
node - a parse tree nodeprotected void outTPRIVATE(Node node)
node - a parse tree nodepublic final void caseTPRIVATE(Node node)
caseTPRIVATE in interface Switchnode - a parse tree nodeprotected void inTANY(Node node)
node - a parse tree nodeprotected void outTANY(Node node)
node - a parse tree nodepublic final void caseTANY(Node node)
caseTANY in interface Switchnode - a parse tree nodeprotected void inTDEFINED(Node node)
node - a parse tree nodeprotected void outTDEFINED(Node node)
node - a parse tree nodepublic final void caseTDEFINED(Node node)
caseTDEFINED in interface Switchnode - a parse tree nodeprotected void inTBY(Node node)
node - a parse tree nodeprotected void outTBY(Node node)
node - a parse tree nodepublic final void caseTBY(Node node)
caseTBY in interface Switchnode - a parse tree nodeprotected void inTOBJECT(Node node)
node - a parse tree nodeprotected void outTOBJECT(Node node)
node - a parse tree nodepublic final void caseTOBJECT(Node node)
caseTOBJECT in interface Switchnode - a parse tree nodeprotected void inTIDENTIFIER(Node node)
node - a parse tree nodeprotected void outTIDENTIFIER(Node node)
node - a parse tree nodepublic final void caseTIDENTIFIER(Node node)
caseTIDENTIFIER in interface Switchnode - a parse tree nodeprotected void inTINCLUDES(Node node)
node - a parse tree nodeprotected void outTINCLUDES(Node node)
node - a parse tree nodepublic final void caseTINCLUDES(Node node)
caseTINCLUDES in interface Switchnode - a parse tree nodeprotected void inTMIN(Node node)
node - a parse tree nodeprotected void outTMIN(Node node)
node - a parse tree nodepublic final void caseTMIN(Node node)
caseTMIN in interface Switchnode - a parse tree nodeprotected void inTMAX(Node node)
node - a parse tree nodeprotected void outTMAX(Node node)
node - a parse tree nodepublic final void caseTMAX(Node node)
caseTMAX in interface Switchnode - a parse tree nodeprotected void inTSIZE(Node node)
node - a parse tree nodeprotected void outTSIZE(Node node)
node - a parse tree nodepublic final void caseTSIZE(Node node)
caseTSIZE in interface Switchnode - a parse tree nodeprotected void inTWITH(Node node)
node - a parse tree nodeprotected void outTWITH(Node node)
node - a parse tree nodepublic final void caseTWITH(Node node)
caseTWITH in interface Switchnode - a parse tree nodeprotected void inTCOMPONENT(Node node)
node - a parse tree nodeprotected void outTCOMPONENT(Node node)
node - a parse tree nodepublic final void caseTCOMPONENT(Node node)
caseTCOMPONENT in interface Switchnode - a parse tree nodeprotected void inTCOMPONENTS(Node node)
node - a parse tree nodeprotected void outTCOMPONENTS(Node node)
node - a parse tree nodepublic final void caseTCOMPONENTS(Node node)
caseTCOMPONENTS in interface Switchnode - a parse tree nodeprotected void inTPRESENT(Node node)
node - a parse tree nodeprotected void outTPRESENT(Node node)
node - a parse tree nodepublic final void caseTPRESENT(Node node)
caseTPRESENT in interface Switchnode - a parse tree nodeprotected void inTABSENT(Node node)
node - a parse tree nodeprotected void outTABSENT(Node node)
node - a parse tree nodepublic final void caseTABSENT(Node node)
caseTABSENT in interface Switchnode - a parse tree nodeprotected void inTOPTIONAL(Node node)
node - a parse tree nodeprotected void outTOPTIONAL(Node node)
node - a parse tree nodepublic final void caseTOPTIONAL(Node node)
caseTOPTIONAL in interface Switchnode - a parse tree nodeprotected void inTDEFAULT(Node node)
node - a parse tree nodeprotected void outTDEFAULT(Node node)
node - a parse tree nodepublic final void caseTDEFAULT(Node node)
caseTDEFAULT in interface Switchnode - a parse tree nodeprotected void inTTRUE(Node node)
node - a parse tree nodeprotected void outTTRUE(Node node)
node - a parse tree nodepublic final void caseTTRUE(Node node)
caseTTRUE in interface Switchnode - a parse tree nodeprotected void inTFALSE(Node node)
node - a parse tree nodeprotected void outTFALSE(Node node)
node - a parse tree nodepublic final void caseTFALSE(Node node)
caseTFALSE in interface Switchnode - a parse tree nodeprotected void inTPLUS_INFINITY(Node node)
node - a parse tree nodeprotected void outTPLUS_INFINITY(Node node)
node - a parse tree nodepublic final void caseTPLUS_INFINITY(Node node)
caseTPLUS_INFINITY in interface Switchnode - a parse tree nodeprotected void inTMINUS_INFINITY(Node node)
node - a parse tree nodeprotected void outTMINUS_INFINITY(Node node)
node - a parse tree nodepublic final void caseTMINUS_INFINITY(Node node)
caseTMINUS_INFINITY in interface Switchnode - a parse tree nodeprotected void inTOBJECT_TYPE(Node node)
node - a parse tree nodeprotected void outTOBJECT_TYPE(Node node)
node - a parse tree nodepublic final void caseTOBJECT_TYPE(Node node)
caseTOBJECT_TYPE in interface Switchnode - a parse tree nodeprotected void inTTRAP_TYPE(Node node)
node - a parse tree nodeprotected void outTTRAP_TYPE(Node node)
node - a parse tree nodepublic final void caseTTRAP_TYPE(Node node)
caseTTRAP_TYPE in interface Switchnode - a parse tree nodeprotected void inTSYNTAX(Node node)
node - a parse tree nodeprotected void outTSYNTAX(Node node)
node - a parse tree nodepublic final void caseTSYNTAX(Node node)
caseTSYNTAX in interface Switchnode - a parse tree nodeprotected void inTACCESS(Node node)
node - a parse tree nodeprotected void outTACCESS(Node node)
node - a parse tree nodepublic final void caseTACCESS(Node node)
caseTACCESS in interface Switchnode - a parse tree nodeprotected void inTSTATUS(Node node)
node - a parse tree nodeprotected void outTSTATUS(Node node)
node - a parse tree nodepublic final void caseTSTATUS(Node node)
caseTSTATUS in interface Switchnode - a parse tree nodeprotected void inTDESCRIPTION(Node node)
node - a parse tree nodeprotected void outTDESCRIPTION(Node node)
node - a parse tree nodepublic final void caseTDESCRIPTION(Node node)
caseTDESCRIPTION in interface Switchnode - a parse tree nodeprotected void inTREFERENCE(Node node)
node - a parse tree nodeprotected void outTREFERENCE(Node node)
node - a parse tree nodepublic final void caseTREFERENCE(Node node)
caseTREFERENCE in interface Switchnode - a parse tree nodeprotected void inTINDEX(Node node)
node - a parse tree nodeprotected void outTINDEX(Node node)
node - a parse tree nodepublic final void caseTINDEX(Node node)
caseTINDEX in interface Switchnode - a parse tree nodeprotected void inTDEFVAL(Node node)
node - a parse tree nodeprotected void outTDEFVAL(Node node)
node - a parse tree nodepublic final void caseTDEFVAL(Node node)
caseTDEFVAL in interface Switchnode - a parse tree nodeprotected void inTENTERPRISE(Node node)
node - a parse tree nodeprotected void outTENTERPRISE(Node node)
node - a parse tree nodepublic final void caseTENTERPRISE(Node node)
caseTENTERPRISE in interface Switchnode - a parse tree nodeprotected void inTVARIABLES(Node node)
node - a parse tree nodeprotected void outTVARIABLES(Node node)
node - a parse tree nodepublic final void caseTVARIABLES(Node node)
caseTVARIABLES in interface Switchnode - a parse tree nodeprotected void inTBINSTRING(Node node)
node - a parse tree nodeprotected void outTBINSTRING(Node node)
node - a parse tree nodepublic final void caseTBINSTRING(Node node)
caseTBINSTRING in interface Switchnode - a parse tree nodeprotected void inTHEXSTRING(Node node)
node - a parse tree nodeprotected void outTHEXSTRING(Node node)
node - a parse tree nodepublic final void caseTHEXSTRING(Node node)
caseTHEXSTRING in interface Switchnode - a parse tree nodeprotected void inTCSTRING(Node node)
node - a parse tree nodeprotected void outTCSTRING(Node node)
node - a parse tree nodepublic final void caseTCSTRING(Node node)
caseTCSTRING in interface Switchnode - a parse tree nodeprotected void inTUCASEFIRST_IDENT(Node node)
node - a parse tree nodeprotected void outTUCASEFIRST_IDENT(Node node)
node - a parse tree nodepublic final void caseTUCASEFIRST_IDENT(Node node)
caseTUCASEFIRST_IDENT in interface Switchnode - a parse tree nodeprotected void inTLCASEFIRST_IDENT(Node node)
node - a parse tree nodeprotected void outTLCASEFIRST_IDENT(Node node)
node - a parse tree nodepublic final void caseTLCASEFIRST_IDENT(Node node)
caseTLCASEFIRST_IDENT in interface Switchnode - a parse tree nodeprotected void inTNUMBER(Node node)
node - a parse tree nodeprotected void outTNUMBER(Node node)
node - a parse tree nodepublic final void caseTNUMBER(Node node)
caseTNUMBER in interface Switchnode - a parse tree nodeprotected void defaultIn(Node node)
node - a parse tree nodeprotected void defaultOut(Node node)
node - a parse tree nodeprotected final void defaultCase(Node node)
node - a parse tree node
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||