Package com.ibm.wala.shrikeCT
Class SourceFileReader
- java.lang.Object
-
- com.ibm.wala.shrikeCT.AttributeReader
-
- com.ibm.wala.shrikeCT.SourceFileReader
-
public final class SourceFileReader extends AttributeReader
This class reads SourceFile attributes.
-
-
Field Summary
-
Fields inherited from class com.ibm.wala.shrikeCT.AttributeReader
attr, cr, length
-
-
Constructor Summary
Constructors Constructor Description SourceFileReader(ClassReader.AttrIterator iter)
Build a reader for the attribute 'iter'.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getSourceFileCPIndex()
-
Methods inherited from class com.ibm.wala.shrikeCT.AttributeReader
checkSize, checkSizeEquals, getClassReader, getRawOffset, getRawSize
-
-
-
-
Constructor Detail
-
SourceFileReader
public SourceFileReader(ClassReader.AttrIterator iter) throws InvalidClassFileException
Build a reader for the attribute 'iter'.- Throws:
InvalidClassFileException
-
-