Package | Description |
---|---|
org.openjdk.jmc.flightrecorder.internal.parser.v0 | |
org.openjdk.jmc.flightrecorder.internal.parser.v0.model |
Modifier and Type | Method and Description |
---|---|
private static Transition |
DataStructureParser.readTransition(byte[] bytes,
Offset offset) |
Modifier and Type | Field and Description |
---|---|
private Transition |
ValueDescriptor.transition |
Modifier and Type | Method and Description |
---|---|
Transition |
ValueDescriptor.getTransition() |
static Transition |
Transition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Transition[] |
Transition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ValueDescriptor(java.lang.String identifier,
java.lang.String name,
java.lang.String description,
Transition transition,
DataType dataType,
java.lang.String relationalKey,
int contentType,
DataStructure[] dataStructures,
int structureIndex) |