java.lang.Object | +--com.ibm.lab.soln.jdt.HelloWorld
Sample code for testing metrics and working with ASTs.
ASTNode2StringVisitor,
HelloASTAction| Field Summary | |
int |
useCount
|
| Constructor Summary | |
HelloWorld()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
void |
sayGoodbye()
|
void |
sayHello()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int useCount
| Constructor Detail |
public HelloWorld()
| Method Detail |
public static void main(java.lang.String[] args)
public void sayGoodbye()
public void sayHello()