|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bluemarsh.jswat.parser.JavaParser.ClassDefinition
ClassDefinition gives the classname and the start and end line numbers of a class definition.
Field Summary | |
int |
beginLine
Line number at which class definition begins. |
java.lang.String |
className
Name of class that begins at lineNumber, including the package name, if any, and nested class names, if applicable. |
int |
endLine
Line number at which class definition ends. |
Constructor Summary | |
JavaParser.ClassDefinition()
|
Method Summary | |
java.lang.String |
toString()
Return a String representation of this. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int beginLine
public int endLine
public java.lang.String className
Constructor Detail |
public JavaParser.ClassDefinition()
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |