protected static enum MethodCallProxy.PrecomputedMethodGraph extends Enum<MethodCallProxy.PrecomputedMethodGraph> implements MethodGraph.Compiler
MethodGraph.Compiler.AbstractBase, MethodGraph.Compiler.Default<T>, MethodGraph.Compiler.ForDeclaredMethods
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
DEFAULT
Modifier and Type | Method and Description |
---|---|
MethodGraph.Linked |
compile(TypeDefinition typeDefinition)
Compiles the given type into a method graph considering the type to be the viewpoint.
|
MethodGraph.Linked |
compile(TypeDefinition typeDefinition,
TypeDescription viewPoint)
Compiles the given type into a method graph.
|
MethodGraph.Linked |
compile(TypeDescription typeDescription)
Deprecated.
|
MethodGraph.Linked |
compile(TypeDescription typeDefinition,
TypeDescription viewPoint)
Deprecated.
|
static MethodCallProxy.PrecomputedMethodGraph |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodCallProxy.PrecomputedMethodGraph[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MethodCallProxy.PrecomputedMethodGraph INSTANCE
public static MethodCallProxy.PrecomputedMethodGraph[] values()
for (MethodCallProxy.PrecomputedMethodGraph c : MethodCallProxy.PrecomputedMethodGraph.values()) System.out.println(c);
public static MethodCallProxy.PrecomputedMethodGraph 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 MethodGraph.Linked compile(TypeDefinition typeDefinition)
compile
in interface MethodGraph.Compiler
typeDefinition
- The type to be compiled.@Deprecated public MethodGraph.Linked compile(TypeDescription typeDescription)
compile
in interface MethodGraph.Compiler
typeDescription
- The type to be compiled.public MethodGraph.Linked compile(TypeDefinition typeDefinition, TypeDescription viewPoint)
compile
in interface MethodGraph.Compiler
typeDefinition
- The type to be compiled.viewPoint
- The view point that determines the method's visibility.@Deprecated public MethodGraph.Linked compile(TypeDescription typeDefinition, TypeDescription viewPoint)
compile
in interface MethodGraph.Compiler
typeDefinition
- The type to be compiled.viewPoint
- The view point that determines the method's visibility.Copyright © 2014–2024. All rights reserved.