jdave.runner
Class AsmLineNumberStrategy
java.lang.Object
jdave.runner.AsmLineNumberStrategy
- All Implemented Interfaces:
- LineNumberStrategy
public class AsmLineNumberStrategy
- extends Object
- implements LineNumberStrategy
- Since:
- 14.2.2008
- Author:
- Esko Luontola
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsmLineNumberStrategy
public AsmLineNumberStrategy()
firstLineNumber
public int firstLineNumber(Class<?> clazz,
int defaultValue)
- Specified by:
firstLineNumber in interface LineNumberStrategy
firstLineNumber
public int firstLineNumber(Method method,
int defaultValue)
- Specified by:
firstLineNumber in interface LineNumberStrategy
Copyright © 2010. All Rights Reserved.