Uses of Class
net.bytebuddy.utility.visitor.ExceptionTableSensitiveMethodVisitor
-
Packages that use ExceptionTableSensitiveMethodVisitor Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API.net.bytebuddy.dynamic.scaffold This package contains helper types and implementations that are responsible for the actual writing of a byte array representing a Java class.net.bytebuddy.utility.visitor A package containing visitor classes for ASM. -
-
Uses of ExceptionTableSensitiveMethodVisitor in net.bytebuddy.asm
Subclasses of ExceptionTableSensitiveMethodVisitor in net.bytebuddy.asm Modifier and Type Class Description protected static classAdvice.AdviceVisitorA method visitor that weaves the advice methods' byte codes.protected static classAdvice.AdviceVisitor.WithExitAdviceAn advice visitor that applies exit advice.protected static classAdvice.AdviceVisitor.WithExitAdvice.WithExceptionHandlingAn advice visitor that captures exceptions by weaving try-catch blocks around user code.protected static classAdvice.AdviceVisitor.WithExitAdvice.WithoutExceptionHandlingAn advice visitor that does not capture exceptions.protected static classAdvice.AdviceVisitor.WithoutExitAdviceAn advice visitor that does not apply exit advice. -
Uses of ExceptionTableSensitiveMethodVisitor in net.bytebuddy.dynamic.scaffold
Subclasses of ExceptionTableSensitiveMethodVisitor in net.bytebuddy.dynamic.scaffold Modifier and Type Class Description static classTypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.AppendingAn initialization handler that appends code to a previously visited type initializer.protected static classTypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.WithDrainAn initialization handler that appends code to a previously visited type initializer with allowing activeTypeInitializerregistrations.protected static classTypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.WithDrain.WithActiveRecordA code appending initialization handler with a drain that applies an explicit record.protected static classTypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.WithDrain.WithoutActiveRecordA code appending initialization handler with a drain that does not apply an explicit record.protected static classTypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.WithoutDrainAn initialization handler that appends code to a previously visited type initializer without allowing activeTypeInitializerregistrations.protected static classTypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.WithoutDrain.WithActiveRecordAn initialization handler that appends code to a previously visited type initializer without allowing activeTypeInitializerregistrations and with an active record.protected static classTypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.WithoutDrain.WithoutActiveRecordAn initialization handler that appends code to a previously visited type initializer without allowing activeTypeInitializerregistrations and without an active record. -
Uses of ExceptionTableSensitiveMethodVisitor in net.bytebuddy.utility.visitor
Subclasses of ExceptionTableSensitiveMethodVisitor in net.bytebuddy.utility.visitor Modifier and Type Class Description classLineNumberPrependingMethodVisitorA method visitor that maps the first available line number information, if available, to the beginning of the method.
-