Class SourceFileAttribute
- java.lang.Object
-
- com.strobel.assembler.ir.attributes.SourceAttribute
-
- com.strobel.assembler.ir.attributes.SourceFileAttribute
-
public final class SourceFileAttribute extends SourceAttribute
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
_sourceFile
-
Constructor Summary
Constructors Constructor Description SourceFileAttribute(java.lang.String sourceFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSourceFile()
-
Methods inherited from class com.strobel.assembler.ir.attributes.SourceAttribute
create, find, find, getLength, getName, readAttribute, readAttributes
-
-