public class ProvidesInfo extends ClassFileStruct implements IProvidesInfo
| Constructor and Description |
|---|
ProvidesInfo(byte[] classFileBytes,
IConstantPool constantPool,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getImplementationIndices()
Answer back the array of implementation indices.
|
char[][] |
getImplementationNames()
Answer back the array of implementation names.
|
int |
getImplementationsCount()
Answer back the number of implementations.
|
int |
getIndex()
Answer back the provides index.
|
char[] |
getServiceName()
Answer back the service class/interface
|
public ProvidesInfo(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
ClassFormatExceptionpublic int getIndex()
IProvidesInfogetIndex in interface IProvidesInfopublic char[] getServiceName()
IProvidesInfogetServiceName in interface IProvidesInfopublic int getImplementationsCount()
IProvidesInfogetImplementationsCount in interface IProvidesInfopublic int[] getImplementationIndices()
IProvidesInfogetImplementationIndices in interface IProvidesInfopublic char[][] getImplementationNames()
IProvidesInfogetImplementationNames in interface IProvidesInfo