Class Uses
- java.lang.Object
-
- com.tonic.parser.attribute.module.Uses
-
public class Uses extends Object
A uses entry of the Module attribute, naming a service interface the module consumes.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetUsesIndex()StringtoString()
-
-
-
Constructor Detail
-
Uses
public Uses(ConstPool constPool, int usesIndex)
Creates a uses entry.- Parameters:
constPool- the pool the class reference is resolved againstusesIndex- constant pool index of the service interface class
-
-