net.sourceforge.cobertura.javancss.parser
public interface JavaParserInterface
Modifier and Type | Method and Description |
---|---|
java.util.List |
getFunction() |
java.util.List |
getImports() |
int |
getJvdc() |
java.lang.String |
getLastFunction()
if javancss is used with cat *.java a long
input stream might get generated, so line
number information in case of an parse exception
is not very useful.
|
int |
getLOC() |
int |
getNcss() |
java.util.List |
getObject() |
java.util.Map |
getPackage() |
java.lang.Object[] |
getPackageObjects()
name, beginLine, ...
|
void |
parse() |
void |
parseImportUnit() |
void parse() throws java.lang.Exception
java.lang.Exception
void parseImportUnit() throws java.lang.Exception
java.lang.Exception
int getNcss()
int getLOC()
int getJvdc()
java.util.List getFunction()
java.util.List getObject()
java.util.Map getPackage()
java.util.List getImports()
java.lang.Object[] getPackageObjects()
java.lang.String getLastFunction()