public static enum Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer.ForDescriptor extends Enum<Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer.ForDescriptor> implements Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer
Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer.ForConstantValue, Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer.ForDescriptor, Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer.ForJavaSignature, Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer.ForMethodName, Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer.ForReturnTypeName, Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer.ForStringRepresentation, Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer.ForTypeName| Enum Constant and Description | 
|---|
| INSTANCEThe singleton instance. | 
| Modifier and Type | Field and Description | 
|---|---|
| static char | SYMBOLThe descriptor symbol. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | apply(MethodDescription.InDefinedShape instrumentedMethod)Returns a string representation for this renderer. | 
| String | toString() | 
| static Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer.ForDescriptor | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer.ForDescriptor[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer.ForDescriptor INSTANCE
public static final char SYMBOL
public static Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer.ForDescriptor[] values()
for (Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer.ForDescriptor c : Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer.ForDescriptor.values()) System.out.println(c);
public static Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer.ForDescriptor valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String apply(MethodDescription.InDefinedShape instrumentedMethod)
Advice.Dispatcher.OffsetMapping.ForOrigin.Rendererapply in interface Advice.Dispatcher.OffsetMapping.ForOrigin.RendererinstrumentedMethod - The method being rendered.public String toString()
toString in class Enum<Advice.Dispatcher.OffsetMapping.ForOrigin.Renderer.ForDescriptor>Copyright © 2014–2016. All rights reserved.