Class StructTypes.JfrOldObjectField
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.internal.parser.v1.StructTypes.JfrOldObjectField
-
- All Implemented Interfaces:
IMCOldObjectField
- Enclosing class:
- StructTypes
static class StructTypes.JfrOldObjectField extends java.lang.Object implements IMCOldObjectField
-
-
Constructor Summary
Constructors Constructor Description JfrOldObjectField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getModifier()
Returns the field modifier.java.lang.String
getName()
Returns the field name.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:IMCOldObjectField
Returns the field name.- Specified by:
getName
in interfaceIMCOldObjectField
- Returns:
- the name of the field containing the object
-
getModifier
public java.lang.Integer getModifier()
Description copied from interface:IMCOldObjectField
Returns the field modifier.See
Modifier
for more information about the bit pattern and for methods that can be used to decode it.- Specified by:
getModifier
in interfaceIMCOldObjectField
- Returns:
- the modifier of the field containing the object
-
-