Module de.carne.mcd.jvmdecoder
Interface DeclListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
DeclBaseListener
public interface DeclListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byDeclParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterFieldDescriptor
void enterFieldDescriptor(DeclParser.FieldDescriptorContext ctx)
Enter a parse tree produced byDeclParser.fieldDescriptor().- Parameters:
ctx- the parse tree
-
exitFieldDescriptor
void exitFieldDescriptor(DeclParser.FieldDescriptorContext ctx)
Exit a parse tree produced byDeclParser.fieldDescriptor().- Parameters:
ctx- the parse tree
-
enterDescriptorType
void enterDescriptorType(DeclParser.DescriptorTypeContext ctx)
Enter a parse tree produced byDeclParser.descriptorType().- Parameters:
ctx- the parse tree
-
exitDescriptorType
void exitDescriptorType(DeclParser.DescriptorTypeContext ctx)
Exit a parse tree produced byDeclParser.descriptorType().- Parameters:
ctx- the parse tree
-
enterBaseType
void enterBaseType(DeclParser.BaseTypeContext ctx)
Enter a parse tree produced byDeclParser.baseType().- Parameters:
ctx- the parse tree
-
exitBaseType
void exitBaseType(DeclParser.BaseTypeContext ctx)
Exit a parse tree produced byDeclParser.baseType().- Parameters:
ctx- the parse tree
-
enterObjectType
void enterObjectType(DeclParser.ObjectTypeContext ctx)
Enter a parse tree produced byDeclParser.objectType().- Parameters:
ctx- the parse tree
-
exitObjectType
void exitObjectType(DeclParser.ObjectTypeContext ctx)
Exit a parse tree produced byDeclParser.objectType().- Parameters:
ctx- the parse tree
-
enterClassName
void enterClassName(DeclParser.ClassNameContext ctx)
Enter a parse tree produced byDeclParser.className().- Parameters:
ctx- the parse tree
-
exitClassName
void exitClassName(DeclParser.ClassNameContext ctx)
Exit a parse tree produced byDeclParser.className().- Parameters:
ctx- the parse tree
-
enterArrayType
void enterArrayType(DeclParser.ArrayTypeContext ctx)
Enter a parse tree produced byDeclParser.arrayType().- Parameters:
ctx- the parse tree
-
exitArrayType
void exitArrayType(DeclParser.ArrayTypeContext ctx)
Exit a parse tree produced byDeclParser.arrayType().- Parameters:
ctx- the parse tree
-
enterComponentType
void enterComponentType(DeclParser.ComponentTypeContext ctx)
Enter a parse tree produced byDeclParser.componentType().- Parameters:
ctx- the parse tree
-
exitComponentType
void exitComponentType(DeclParser.ComponentTypeContext ctx)
Exit a parse tree produced byDeclParser.componentType().- Parameters:
ctx- the parse tree
-
enterMethodDescriptor
void enterMethodDescriptor(DeclParser.MethodDescriptorContext ctx)
Enter a parse tree produced byDeclParser.methodDescriptor().- Parameters:
ctx- the parse tree
-
exitMethodDescriptor
void exitMethodDescriptor(DeclParser.MethodDescriptorContext ctx)
Exit a parse tree produced byDeclParser.methodDescriptor().- Parameters:
ctx- the parse tree
-
enterParameterDescriptor
void enterParameterDescriptor(DeclParser.ParameterDescriptorContext ctx)
Enter a parse tree produced byDeclParser.parameterDescriptor().- Parameters:
ctx- the parse tree
-
exitParameterDescriptor
void exitParameterDescriptor(DeclParser.ParameterDescriptorContext ctx)
Exit a parse tree produced byDeclParser.parameterDescriptor().- Parameters:
ctx- the parse tree
-
enterReturnDescriptor
void enterReturnDescriptor(DeclParser.ReturnDescriptorContext ctx)
Enter a parse tree produced byDeclParser.returnDescriptor().- Parameters:
ctx- the parse tree
-
exitReturnDescriptor
void exitReturnDescriptor(DeclParser.ReturnDescriptorContext ctx)
Exit a parse tree produced byDeclParser.returnDescriptor().- Parameters:
ctx- the parse tree
-
enterJavaTypeSignature
void enterJavaTypeSignature(DeclParser.JavaTypeSignatureContext ctx)
Enter a parse tree produced byDeclParser.javaTypeSignature().- Parameters:
ctx- the parse tree
-
exitJavaTypeSignature
void exitJavaTypeSignature(DeclParser.JavaTypeSignatureContext ctx)
Exit a parse tree produced byDeclParser.javaTypeSignature().- Parameters:
ctx- the parse tree
-
enterReferenceTypeSignature
void enterReferenceTypeSignature(DeclParser.ReferenceTypeSignatureContext ctx)
Enter a parse tree produced byDeclParser.referenceTypeSignature().- Parameters:
ctx- the parse tree
-
exitReferenceTypeSignature
void exitReferenceTypeSignature(DeclParser.ReferenceTypeSignatureContext ctx)
Exit a parse tree produced byDeclParser.referenceTypeSignature().- Parameters:
ctx- the parse tree
-
enterClassTypeSignature
void enterClassTypeSignature(DeclParser.ClassTypeSignatureContext ctx)
Enter a parse tree produced byDeclParser.classTypeSignature().- Parameters:
ctx- the parse tree
-
exitClassTypeSignature
void exitClassTypeSignature(DeclParser.ClassTypeSignatureContext ctx)
Exit a parse tree produced byDeclParser.classTypeSignature().- Parameters:
ctx- the parse tree
-
enterClassTypeName
void enterClassTypeName(DeclParser.ClassTypeNameContext ctx)
Enter a parse tree produced byDeclParser.classTypeName().- Parameters:
ctx- the parse tree
-
exitClassTypeName
void exitClassTypeName(DeclParser.ClassTypeNameContext ctx)
Exit a parse tree produced byDeclParser.classTypeName().- Parameters:
ctx- the parse tree
-
enterPackageSpecifier
void enterPackageSpecifier(DeclParser.PackageSpecifierContext ctx)
Enter a parse tree produced byDeclParser.packageSpecifier().- Parameters:
ctx- the parse tree
-
exitPackageSpecifier
void exitPackageSpecifier(DeclParser.PackageSpecifierContext ctx)
Exit a parse tree produced byDeclParser.packageSpecifier().- Parameters:
ctx- the parse tree
-
enterIdentifier
void enterIdentifier(DeclParser.IdentifierContext ctx)
Enter a parse tree produced byDeclParser.identifier().- Parameters:
ctx- the parse tree
-
exitIdentifier
void exitIdentifier(DeclParser.IdentifierContext ctx)
Exit a parse tree produced byDeclParser.identifier().- Parameters:
ctx- the parse tree
-
enterTypeArguments
void enterTypeArguments(DeclParser.TypeArgumentsContext ctx)
Enter a parse tree produced byDeclParser.typeArguments().- Parameters:
ctx- the parse tree
-
exitTypeArguments
void exitTypeArguments(DeclParser.TypeArgumentsContext ctx)
Exit a parse tree produced byDeclParser.typeArguments().- Parameters:
ctx- the parse tree
-
enterTypeArgument
void enterTypeArgument(DeclParser.TypeArgumentContext ctx)
Enter a parse tree produced byDeclParser.typeArgument().- Parameters:
ctx- the parse tree
-
exitTypeArgument
void exitTypeArgument(DeclParser.TypeArgumentContext ctx)
Exit a parse tree produced byDeclParser.typeArgument().- Parameters:
ctx- the parse tree
-
enterWildcardIndicator
void enterWildcardIndicator(DeclParser.WildcardIndicatorContext ctx)
Enter a parse tree produced byDeclParser.wildcardIndicator().- Parameters:
ctx- the parse tree
-
exitWildcardIndicator
void exitWildcardIndicator(DeclParser.WildcardIndicatorContext ctx)
Exit a parse tree produced byDeclParser.wildcardIndicator().- Parameters:
ctx- the parse tree
-
enterClassTypeSignatureSuffix
void enterClassTypeSignatureSuffix(DeclParser.ClassTypeSignatureSuffixContext ctx)
Enter a parse tree produced byDeclParser.classTypeSignatureSuffix().- Parameters:
ctx- the parse tree
-
exitClassTypeSignatureSuffix
void exitClassTypeSignatureSuffix(DeclParser.ClassTypeSignatureSuffixContext ctx)
Exit a parse tree produced byDeclParser.classTypeSignatureSuffix().- Parameters:
ctx- the parse tree
-
enterTypeVariableSignature
void enterTypeVariableSignature(DeclParser.TypeVariableSignatureContext ctx)
Enter a parse tree produced byDeclParser.typeVariableSignature().- Parameters:
ctx- the parse tree
-
exitTypeVariableSignature
void exitTypeVariableSignature(DeclParser.TypeVariableSignatureContext ctx)
Exit a parse tree produced byDeclParser.typeVariableSignature().- Parameters:
ctx- the parse tree
-
enterArrayTypeSignature
void enterArrayTypeSignature(DeclParser.ArrayTypeSignatureContext ctx)
Enter a parse tree produced byDeclParser.arrayTypeSignature().- Parameters:
ctx- the parse tree
-
exitArrayTypeSignature
void exitArrayTypeSignature(DeclParser.ArrayTypeSignatureContext ctx)
Exit a parse tree produced byDeclParser.arrayTypeSignature().- Parameters:
ctx- the parse tree
-
enterClassSignature
void enterClassSignature(DeclParser.ClassSignatureContext ctx)
Enter a parse tree produced byDeclParser.classSignature().- Parameters:
ctx- the parse tree
-
exitClassSignature
void exitClassSignature(DeclParser.ClassSignatureContext ctx)
Exit a parse tree produced byDeclParser.classSignature().- Parameters:
ctx- the parse tree
-
enterTypeParameters
void enterTypeParameters(DeclParser.TypeParametersContext ctx)
Enter a parse tree produced byDeclParser.typeParameters().- Parameters:
ctx- the parse tree
-
exitTypeParameters
void exitTypeParameters(DeclParser.TypeParametersContext ctx)
Exit a parse tree produced byDeclParser.typeParameters().- Parameters:
ctx- the parse tree
-
enterTypeParameter
void enterTypeParameter(DeclParser.TypeParameterContext ctx)
Enter a parse tree produced byDeclParser.typeParameter().- Parameters:
ctx- the parse tree
-
exitTypeParameter
void exitTypeParameter(DeclParser.TypeParameterContext ctx)
Exit a parse tree produced byDeclParser.typeParameter().- Parameters:
ctx- the parse tree
-
enterClassBound
void enterClassBound(DeclParser.ClassBoundContext ctx)
Enter a parse tree produced byDeclParser.classBound().- Parameters:
ctx- the parse tree
-
exitClassBound
void exitClassBound(DeclParser.ClassBoundContext ctx)
Exit a parse tree produced byDeclParser.classBound().- Parameters:
ctx- the parse tree
-
enterInterfaceBound
void enterInterfaceBound(DeclParser.InterfaceBoundContext ctx)
Enter a parse tree produced byDeclParser.interfaceBound().- Parameters:
ctx- the parse tree
-
exitInterfaceBound
void exitInterfaceBound(DeclParser.InterfaceBoundContext ctx)
Exit a parse tree produced byDeclParser.interfaceBound().- Parameters:
ctx- the parse tree
-
enterSuperClassSignature
void enterSuperClassSignature(DeclParser.SuperClassSignatureContext ctx)
Enter a parse tree produced byDeclParser.superClassSignature().- Parameters:
ctx- the parse tree
-
exitSuperClassSignature
void exitSuperClassSignature(DeclParser.SuperClassSignatureContext ctx)
Exit a parse tree produced byDeclParser.superClassSignature().- Parameters:
ctx- the parse tree
-
enterSuperInterfaceSignature
void enterSuperInterfaceSignature(DeclParser.SuperInterfaceSignatureContext ctx)
Enter a parse tree produced byDeclParser.superInterfaceSignature().- Parameters:
ctx- the parse tree
-
exitSuperInterfaceSignature
void exitSuperInterfaceSignature(DeclParser.SuperInterfaceSignatureContext ctx)
Exit a parse tree produced byDeclParser.superInterfaceSignature().- Parameters:
ctx- the parse tree
-
enterMethodSignature
void enterMethodSignature(DeclParser.MethodSignatureContext ctx)
Enter a parse tree produced byDeclParser.methodSignature().- Parameters:
ctx- the parse tree
-
exitMethodSignature
void exitMethodSignature(DeclParser.MethodSignatureContext ctx)
Exit a parse tree produced byDeclParser.methodSignature().- Parameters:
ctx- the parse tree
-
enterReturnType
void enterReturnType(DeclParser.ReturnTypeContext ctx)
Enter a parse tree produced byDeclParser.returnType().- Parameters:
ctx- the parse tree
-
exitReturnType
void exitReturnType(DeclParser.ReturnTypeContext ctx)
Exit a parse tree produced byDeclParser.returnType().- Parameters:
ctx- the parse tree
-
enterThrowsSignature
void enterThrowsSignature(DeclParser.ThrowsSignatureContext ctx)
Enter a parse tree produced byDeclParser.throwsSignature().- Parameters:
ctx- the parse tree
-
exitThrowsSignature
void exitThrowsSignature(DeclParser.ThrowsSignatureContext ctx)
Exit a parse tree produced byDeclParser.throwsSignature().- Parameters:
ctx- the parse tree
-
enterFieldSignature
void enterFieldSignature(DeclParser.FieldSignatureContext ctx)
Enter a parse tree produced byDeclParser.fieldSignature().- Parameters:
ctx- the parse tree
-
exitFieldSignature
void exitFieldSignature(DeclParser.FieldSignatureContext ctx)
Exit a parse tree produced byDeclParser.fieldSignature().- Parameters:
ctx- the parse tree
-
-