public static class InstrumentedType.TypeInitializer.Simple extends Object implements InstrumentedType.TypeInitializer
ByteCodeAppender.InstrumentedType.TypeInitializer.None, InstrumentedType.TypeInitializer.SimpleByteCodeAppender.Compound, ByteCodeAppender.Size| Constructor and Description |
|---|
Simple(ByteCodeAppender byteCodeAppender)
Creates a new simple type initializer.
|
| Modifier and Type | Method and Description |
|---|---|
ByteCodeAppender.Size |
apply(MethodVisitor methodVisitor,
Implementation.Context implementationContext,
MethodDescription instrumentedMethod)
Applies this byte code appender to a type creation process.
|
boolean |
equals(Object other) |
InstrumentedType.TypeInitializer |
expandWith(ByteCodeAppender byteCodeAppender)
Expands this type initializer with another byte code appender.
|
int |
hashCode() |
boolean |
isDefined()
Indicates if this type initializer is defined.
|
String |
toString() |
ByteCodeAppender |
withReturn()
Returns this type initializer with an ending return statement.
|
public Simple(ByteCodeAppender byteCodeAppender)
byteCodeAppender - The byte code appender manipulation to apply within the type initializer.public boolean isDefined()
InstrumentedType.TypeInitializerisDefined in interface InstrumentedType.TypeInitializertrue if this type initializer is defined.public InstrumentedType.TypeInitializer expandWith(ByteCodeAppender byteCodeAppender)
InstrumentedType.TypeInitializerexpandWith in interface InstrumentedType.TypeInitializerbyteCodeAppender - The byte code appender to apply within the type initializer.public ByteCodeAppender withReturn()
InstrumentedType.TypeInitializerwithReturn in interface InstrumentedType.TypeInitializerpublic ByteCodeAppender.Size apply(MethodVisitor methodVisitor, Implementation.Context implementationContext, MethodDescription instrumentedMethod)
ByteCodeAppenderapply in interface ByteCodeAppendermethodVisitor - The method visitor to which the byte code appender writes its code to.implementationContext - The implementation context of the current type creation process.instrumentedMethod - The method that is the target of the instrumentation.Copyright © 2014–2015. All rights reserved.