-
- All Implemented Interfaces:
public final class ModuleResolutionAttribute extends AttributeInfo
Describes a ModuleResolution attribute structure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classModuleResolutionAttribute.Companion
-
Field Summary
Fields Modifier and Type Field Description private Integerresolutionprivate final StringformattedResolutionprivate final StringresolutionVerboseprivate IntegerattributeNameIndexprivate final Stringname
-
Constructor Summary
Constructors Constructor Description ModuleResolutionAttribute(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description final IntegergetResolution()Module resolution flag. final UnitsetResolution(Integer resolution)Module resolution flag. final StringgetFormattedResolution()final StringgetResolutionVerbose()IntegergetAttributeLength()Get the length of this attribute in bytes. -
Methods inherited from class org.gjt.jclasslib.structures.AttributeInfo
getAttributeNameIndex, getName, setAttributeNameIndex -
Methods inherited from class org.gjt.jclasslib.structures.Structure
read, write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ModuleResolutionAttribute
ModuleResolutionAttribute(ClassFile classFile)
-
-
Method Detail
-
getResolution
final Integer getResolution()
Module resolution flag.
-
setResolution
final Unit setResolution(Integer resolution)
Module resolution flag.
-
getFormattedResolution
final String getFormattedResolution()
-
getResolutionVerbose
final String getResolutionVerbose()
-
getAttributeLength
Integer getAttributeLength()
Get the length of this attribute in bytes.
-
-
-
-