| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAttributeVisitor<R,D>
A visitor that operates on attributes.
| Method Summary | |
|---|---|
|  R | codeCase(CodeAttributeInfo host,
                 D param)Case for Code attribute. | 
|  R | sourceFileCase(SourceFileAttributeInfo host,
                             D param)Case for SourceFile attribute. | 
|  R | unknownCase(UnknownAttributeInfo host,
                       D param)Case for an unknown attribute. | 
| Method Detail | 
|---|
R sourceFileCase(SourceFileAttributeInfo host,
                 D param)
host - attributeparam - visitor-specific parameter
R codeCase(CodeAttributeInfo host,
           D param)
host - attributeparam - visitor-specific parameter
R unknownCase(UnknownAttributeInfo host,
              D param)
host - attributeparam - visitor-specific parameter
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||