public static enum MethodGraph.Node.Unresolved extends Enum<MethodGraph.Node.Unresolved> implements MethodGraph.Node
MethodGraph.Node.Simple, MethodGraph.Node.Sort, MethodGraph.Node.Unresolved
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
Set<MethodDescription.TypeToken> |
getMethodTypes()
Returns a set of type tokens that this method represents.
|
MethodDescription |
getRepresentative()
Returns the method that is represented by this node.
|
MethodGraph.Node.Sort |
getSort()
Returns the sort of this node.
|
String |
toString() |
static MethodGraph.Node.Unresolved |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodGraph.Node.Unresolved[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MethodGraph.Node.Unresolved INSTANCE
public static MethodGraph.Node.Unresolved[] values()
for (MethodGraph.Node.Unresolved c : MethodGraph.Node.Unresolved.values()) System.out.println(c);
public static MethodGraph.Node.Unresolved 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.Node.Sort getSort()
MethodGraph.Node
getSort
in interface MethodGraph.Node
public MethodDescription getRepresentative()
MethodGraph.Node
getRepresentative
in interface MethodGraph.Node
public Set<MethodDescription.TypeToken> getMethodTypes()
MethodGraph.Node
getMethodTypes
in interface MethodGraph.Node
public String toString()
toString
in class Enum<MethodGraph.Node.Unresolved>
Copyright © 2014–2015. All rights reserved.