| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectsysModel.classFile.attributes.visitors.ADefaultAttributeVisitor<R,D>
public abstract class ADefaultAttributeVisitor<R,D>
An attribute visitor in which all cases call an abstract default method.
| Constructor Summary | |
|---|---|
| ADefaultAttributeVisitor() | |
| Method Summary | |
|---|---|
|  R | codeCase(CodeAttributeInfo host,
                 D param)Case for Code attribute. | 
| abstract  R | defaultCase(AAttributeInfo host,
                       D param)Abstract default case. | 
|  R | sourceFileCase(SourceFileAttributeInfo host,
                             D param)Case for SourceFile attribute. | 
|  R | unknownCase(UnknownAttributeInfo host,
                       D param)Case for an unknown attribute. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ADefaultAttributeVisitor()
| Method Detail | 
|---|
public abstract R defaultCase(AAttributeInfo host,
                              D param)
host - hostparam - visitor-specific parameter
public R sourceFileCase(SourceFileAttributeInfo host,
                        D param)
sourceFileCase in interface IAttributeVisitor<R,D>host - attributeparam - visitor-specific parameter
public R unknownCase(UnknownAttributeInfo host,
                     D param)
unknownCase in interface IAttributeVisitor<R,D>host - attributeparam - visitor-specific parameter
public R codeCase(CodeAttributeInfo host,
                  D param)
codeCase in interface IAttributeVisitor<R,D>host - attributeparam - visitor-specific parameter
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||