Interface UnpickV2Reader.TargetMethodDefinitionVisitor
- Enclosing class:
UnpickV2Reader
public static interface UnpickV2Reader.TargetMethodDefinitionVisitor
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidendVisit()Visits the end of the method definition.default voidvisitParameterGroupDefinition(int parameterIndex, String group) Visits a parameter group definition (start tokenparam).default voidvisitReturnGroupDefinition(String group) Visits a return group definition (start tokenreturn).
-
Method Details
-
visitParameterGroupDefinition
Visits a parameter group definition (start tokenparam).- Parameters:
parameterIndex- the index of the parametergroup- the id of the constant group
-
visitReturnGroupDefinition
Visits a return group definition (start tokenreturn).- Parameters:
group- the id of the constant group
-
endVisit
default void endVisit()Visits the end of the method definition. This is the last method called.
-