net.sourceforge.cobertura.reporting.html
Class JavaToHtml.State
java.lang.Object
net.sourceforge.cobertura.reporting.html.JavaToHtml.State
- Enclosing class:
- JavaToHtml
public abstract static class JavaToHtml.State
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMMENT_JAVADOC
public static final int COMMENT_JAVADOC
- See Also:
- Constant Field Values
COMMENT_MULTI
public static final int COMMENT_MULTI
- See Also:
- Constant Field Values
COMMENT_SINGLE
public static final int COMMENT_SINGLE
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
KEYWORD
public static final int KEYWORD
- See Also:
- Constant Field Values
IMPORT_NAME
public static final int IMPORT_NAME
- See Also:
- Constant Field Values
PACKAGE_NAME
public static final int PACKAGE_NAME
- See Also:
- Constant Field Values
QUOTE_DOUBLE
public static final int QUOTE_DOUBLE
- See Also:
- Constant Field Values
QUOTE_SINGLE
public static final int QUOTE_SINGLE
- See Also:
- Constant Field Values
JavaToHtml.State
public JavaToHtml.State()