|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.classfile.attribute.Attribute
proguard.classfile.attribute.SourceFileAttribute
public class SourceFileAttribute
This Attribute represents a source file attribute.
| Field Summary | |
|---|---|
int |
u2sourceFileIndex
|
| Fields inherited from class proguard.classfile.attribute.Attribute |
|---|
u2attributeNameIndex, visitorInfo |
| Constructor Summary | |
|---|---|
SourceFileAttribute()
Creates an uninitialized SourceFileAttribute. |
|
SourceFileAttribute(int u2attributeNameIndex,
int u2sourceFileIndex)
Creates an initialized SourceFileAttribute. |
|
| Method Summary | |
|---|---|
void |
accept(Clazz clazz,
AttributeVisitor attributeVisitor)
Accepts the given visitor. |
| Methods inherited from class proguard.classfile.attribute.Attribute |
|---|
accept, accept, accept, getAttributeName, getVisitorInfo, setVisitorInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int u2sourceFileIndex
| Constructor Detail |
|---|
public SourceFileAttribute()
public SourceFileAttribute(int u2attributeNameIndex,
int u2sourceFileIndex)
| Method Detail |
|---|
public void accept(Clazz clazz,
AttributeVisitor attributeVisitor)
Attribute
accept in class Attribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||