Package com.ibm.wala.shrikeCT
Class BootstrapMethodsReader
- java.lang.Object
-
- com.ibm.wala.shrikeCT.AttributeReader
-
- com.ibm.wala.shrikeCT.BootstrapMethodsReader
-
public class BootstrapMethodsReader extends AttributeReader
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BootstrapMethodsReader.BootstrapMethod
-
Field Summary
-
Fields inherited from class com.ibm.wala.shrikeCT.AttributeReader
attr, cr, length
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BootstrapMethodsReader(ClassReader.AttrIterator attr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
count()
BootstrapMethodsReader.BootstrapMethod
getEntry(int i)
-
Methods inherited from class com.ibm.wala.shrikeCT.AttributeReader
checkSize, checkSizeEquals, getClassReader, getRawOffset, getRawSize
-
-
-
-
Constructor Detail
-
BootstrapMethodsReader
protected BootstrapMethodsReader(ClassReader.AttrIterator attr) throws InvalidClassFileException
- Throws:
InvalidClassFileException
-
-
Method Detail
-
count
public int count()
-
getEntry
public BootstrapMethodsReader.BootstrapMethod getEntry(int i)
-
-