public enum BytecodeProvidesMethodEdgeType extends Enum<BytecodeProvidesMethodEdgeType> implements EdgeType
| Enum Constant and Description |
|---|
instance |
| Modifier and Type | Method and Description |
|---|---|
static Predicate<EdgeType> |
filter() |
static BytecodeProvidesMethodEdgeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BytecodeProvidesMethodEdgeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BytecodeProvidesMethodEdgeType instance
public static BytecodeProvidesMethodEdgeType[] values()
for (BytecodeProvidesMethodEdgeType c : BytecodeProvidesMethodEdgeType.values()) System.out.println(c);
public static BytecodeProvidesMethodEdgeType 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 nullCopyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.