A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

A

ABSTRACT - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
ABSTRACT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
ABSTRACT - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
ABSTRACT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
ABSTRACT - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
ABSTRACT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
ABSTRACT - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
ABSTRACT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
AbstractCodeProvider - Class in net.sourceforge.cobertura.instrument.pass3
Common method used by most of AbstractCodeProvider implementations.
AbstractCodeProvider() - Constructor for class net.sourceforge.cobertura.instrument.pass3.AbstractCodeProvider
 
AbstractFindTouchPointsClassInstrumenter - Class in net.sourceforge.cobertura.instrument
Class extending ClassVisitor that provides features used by all three passes of instrumentation.
AbstractFindTouchPointsClassInstrumenter(ClassVisitor, Collection<Pattern>, Map<Integer, Map<Integer, Integer>>) - Constructor for class net.sourceforge.cobertura.instrument.AbstractFindTouchPointsClassInstrumenter
 
add(PackageMetric) - Method in class net.sourceforge.cobertura.javancss.PackageMetric
 
addArg(String) - Method in class net.sourceforge.cobertura.util.CommandLineBuilder
Adds command line argument.
addArg(String, String) - Method in class net.sourceforge.cobertura.util.CommandLineBuilder
Adds two command line arguments.
addBranchCount(double) - Method in class net.sourceforge.cobertura.check.PackageCoverage
 
addBranchCoverage(double) - Method in class net.sourceforge.cobertura.check.PackageCoverage
 
addClassData(ClassData) - Method in class net.sourceforge.cobertura.coveragedata.PackageData
 
addClassData(ClassData) - Method in class net.sourceforge.cobertura.coveragedata.ProjectData
 
addClassData(ClassData) - Method in class net.sourceforge.cobertura.coveragedata.SourceFileData
 
addDirSet(DirSet) - Method in class net.sourceforge.cobertura.ant.CommonMatchingTask
 
addEscapes(String) - Static method in error net.sourceforge.cobertura.javancss.parser.debug.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error net.sourceforge.cobertura.javancss.parser.java15.debug.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error net.sourceforge.cobertura.javancss.parser.java15.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error net.sourceforge.cobertura.javancss.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addFileset(FileSet) - Method in class net.sourceforge.cobertura.ant.CommonMatchingTask
 
addInstrumentationToSingleClass(File) - Method in class net.sourceforge.cobertura.instrument.CoberturaInstrumenter
Analyzes and instruments class given by file.
AdditiveExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
AdditiveExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
AdditiveExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
AdditiveExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
addLine(int, String, String) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
addLineCount(double) - Method in class net.sourceforge.cobertura.check.PackageCoverage
 
addLineCoverage(double) - Method in class net.sourceforge.cobertura.check.PackageCoverage
 
addLineJump(int, int) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
addLineSwitch(int, int, int, int, int) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
addRegex(Collection, String) - Static method in class net.sourceforge.cobertura.util.RegexUtil
 
addSourceDirectory(String) - Method in class net.sourceforge.cobertura.util.FileFinder
Adds directory that is a root of sources.
addSourceFile(String, String) - Method in class net.sourceforge.cobertura.util.FileFinder
Adds file by specifying root directory and relative path to the file in it.
adjustBeginLineColumn(int, int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Method to adjust line and column numbers for the start of a token.
AdjustBuffSize() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
AdjustBuffSize() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
AdjustBuffSize() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
AdjustBuffSize() - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
afterJump(int, Label, int, MethodVisitor) - Method in class net.sourceforge.cobertura.instrument.pass2.BuildClassMapTouchPointListener
 
afterJump(int, Label, int, MethodVisitor) - Method in class net.sourceforge.cobertura.instrument.pass3.InjectCodeTouchPointListener
After jump we will increment counterId for the 'false' branch of the JUMP.
afterJump(int, Label, int, MethodVisitor) - Method in interface net.sourceforge.cobertura.instrument.TouchPointListener
Before code responsible for realizing 'interesting' JUMP
afterLabel(int, Label, int, MethodVisitor) - Method in class net.sourceforge.cobertura.instrument.pass2.BuildClassMapTouchPointListener
 
afterLabel(int, Label, int, MethodVisitor) - Method in class net.sourceforge.cobertura.instrument.pass3.InjectCodeTouchPointListener
If the label is JUMP destination, we will increment the counter stored inside the 'internal variable'.
afterLabel(int, Label, int, MethodVisitor) - Method in interface net.sourceforge.cobertura.instrument.TouchPointListener
Called before processing 'label' directive
afterLineNumber(int, Label, int, MethodVisitor, String, String) - Method in class net.sourceforge.cobertura.instrument.pass2.BuildClassMapTouchPointListener
 
afterLineNumber(int, Label, int, MethodVisitor, String, String) - Method in class net.sourceforge.cobertura.instrument.pass3.InjectCodeTouchPointListener
After every 'linenumber' instruction we increments counter connected with the line number.
afterLineNumber(int, Label, int, MethodVisitor, String, String) - Method in interface net.sourceforge.cobertura.instrument.TouchPointListener
after LINENUMBER instruction was processed.
afterMethodStart(MethodVisitor) - Method in class net.sourceforge.cobertura.instrument.pass2.BuildClassMapTouchPointListener
 
afterMethodStart(MethodVisitor) - Method in class net.sourceforge.cobertura.instrument.pass3.InjectCodeTouchPointListener
At the start of every method we initiates the 'internal variable' with zero.
afterMethodStart(MethodVisitor) - Method in interface net.sourceforge.cobertura.instrument.TouchPointListener
Event called when a new method have been just started for instrumentation.
AllocationExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
AllocationExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
AllocationExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
AllocationExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
ANDASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
ANDASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
ANDASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
ANDASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
AndExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
AndExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
AndExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
AndExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
Annotation() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
Annotation() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
Annotation() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
Annotation() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
AnnotationTypeBody() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
AnnotationTypeBody() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
AnnotationTypeBody() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
AnnotationTypeBody() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
AnnotationTypeDeclaration(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
AnnotationTypeDeclaration(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
AnnotationTypeDeclaration(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
AnnotationTypeDeclaration(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
AnnotationTypeMemberDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
AnnotationTypeMemberDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
AnnotationTypeMemberDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
AnnotationTypeMemberDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
applyOnProjectData(ProjectData, boolean) - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
Upgrades ProjectData to contain all information fount in class during class instrumentation.
applyTouchesOnProjectData(ProjectData) - Static method in class net.sourceforge.cobertura.coveragedata.TouchCollector
 
ArchiveUtil - Class in net.sourceforge.cobertura.util
Utility methods for working with archives.
ArchiveUtil() - Constructor for class net.sourceforge.cobertura.util.ArchiveUtil
 
ArgumentList() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ArgumentList() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ArgumentList() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ArgumentList() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
Arguments() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
Arguments() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
Arguments() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
Arguments() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
ArrayDimsAndInits() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ArrayDimsAndInits() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ArrayDimsAndInits() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ArrayDimsAndInits() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
ArrayInitializer() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ArrayInitializer() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ArrayInitializer() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ArrayInitializer() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
ASSERT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
ASSERT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
ASSERT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
ASSERT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
AssertStatement() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
AssertStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
AssertStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
AssertStatement() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
AssertStatementLookahead() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
AssertStatementLookahead() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
AssigmentExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
ASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
ASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
ASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
ASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
assignCounterIds() - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
Iterates over all touch-points created during class analysis and assigns hit-counter identifiers to each of the touchpoint (some of them needs mode then one hit-counter).
assignCounters(AtomicInteger) - Method in class net.sourceforge.cobertura.instrument.tp.JumpTouchPointDescriptor
 
assignCounters(AtomicInteger) - Method in class net.sourceforge.cobertura.instrument.tp.LineTouchPointDescriptor
 
assignCounters(AtomicInteger) - Method in class net.sourceforge.cobertura.instrument.tp.SwitchTouchPointDescriptor
 
assignCounters(AtomicInteger) - Method in class net.sourceforge.cobertura.instrument.tp.TouchPointDescriptor
Every touch-point will have assigned some counters.
Assignment() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
AssignmentOperator() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
AssignmentOperator() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
AssignmentOperator() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
AssignmentOperator() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
AT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
AT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
AT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
AT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
AtomicArrayCodeProvider - Class in net.sourceforge.cobertura.instrument.pass3
The CodeProvider uses AtomicArrayCodeProvider to store counters.
AtomicArrayCodeProvider() - Constructor for class net.sourceforge.cobertura.instrument.pass3.AtomicArrayCodeProvider
 

B

backlog() - Method in class net.sourceforge.cobertura.instrument.HistoryMethodAdapter
 
backup(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Retreat.
backup(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Retreat.
backup(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Retreat.
backup(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Retreat.
BANG - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
BANG - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
BANG - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
BANG - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
beforeJump(int, Label, int, MethodVisitor) - Method in class net.sourceforge.cobertura.instrument.pass2.BuildClassMapTouchPointListener
 
beforeJump(int, Label, int, MethodVisitor) - Method in class net.sourceforge.cobertura.instrument.pass3.InjectCodeTouchPointListener
Before jump we will store into 'internal variable' the counterId of a 'true' branch of the JUMP
beforeJump(int, Label, int, MethodVisitor) - Method in interface net.sourceforge.cobertura.instrument.TouchPointListener
Called after code responsible for realizing 'interesting' JUMP
beforeLabel(int, Label, int, MethodVisitor) - Method in class net.sourceforge.cobertura.instrument.pass2.BuildClassMapTouchPointListener
 
beforeLabel(int, Label, int, MethodVisitor) - Method in class net.sourceforge.cobertura.instrument.pass3.InjectCodeTouchPointListener
 
beforeLabel(int, Label, int, MethodVisitor) - Method in interface net.sourceforge.cobertura.instrument.TouchPointListener
Called before processing 'label' directive
beforeSwitch(int, Label, Label[], int, MethodVisitor, String) - Method in class net.sourceforge.cobertura.instrument.pass2.BuildClassMapTouchPointListener
 
beforeSwitch(int, Label, Label[], int, MethodVisitor, String) - Method in class net.sourceforge.cobertura.instrument.pass3.InjectCodeTouchPointListener
Before switch we set the internal variable to a special counterId connected with the switch.
beforeSwitch(int, Label, Label[], int, MethodVisitor, String) - Method in interface net.sourceforge.cobertura.instrument.TouchPointListener
Called befere processing switch statement.
beginColumn - Variable in class net.sourceforge.cobertura.javancss.parser.debug.Token
The column number of the first character of this Token.
beginColumn - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.Token
The column number of the first character of this Token.
beginColumn - Variable in class net.sourceforge.cobertura.javancss.parser.java15.Token
The column number of the first character of this Token.
beginColumn - Variable in class net.sourceforge.cobertura.javancss.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class net.sourceforge.cobertura.javancss.parser.debug.Token
The line number of the first character of this Token.
beginLine - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.Token
The line number of the first character of this Token.
beginLine - Variable in class net.sourceforge.cobertura.javancss.parser.java15.Token
The line number of the first character of this Token.
beginLine - Variable in class net.sourceforge.cobertura.javancss.parser.Token
The line number of the first character of this Token.
BeginToken() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
BeginToken() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
BeginToken() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
BeginToken() - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
BIT_AND - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
BIT_AND - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
BIT_AND - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
BIT_AND - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
BIT_OR - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
BIT_OR - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
BIT_OR - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
BIT_OR - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
Block() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
Block() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
Block() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
Block() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
BlockStatement() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
BlockStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
BlockStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
BlockStatement() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
BOOLEAN - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
BOOLEAN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
BOOLEAN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
BOOLEAN - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
BooleanLiteral() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
BooleanLiteral() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
BooleanLiteral() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
BooleanLiteral() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
BranchCoverageData - Interface in net.sourceforge.cobertura.coveragedata
 
BREAK - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
BREAK - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
BREAK - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
BREAK - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
BreakStatement() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
BreakStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
BreakStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
BreakStatement() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
bufcolumn - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
bufcolumn - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
bufcolumn - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
bufcolumn - Variable in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
buffer - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
buffer - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
buffer - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
buffer - Variable in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
bufline - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
bufline - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
bufline - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
bufline - Variable in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
bufpos - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Position in buffer.
bufpos - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Position in buffer.
bufpos - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Position in buffer.
bufpos - Variable in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Position in buffer.
BuildClassMapClassVisitor - Class in net.sourceforge.cobertura.instrument.pass2
Analyzes given class.
BuildClassMapClassVisitor(ClassVisitor, Collection<Pattern>, Map<Integer, Map<Integer, Integer>>, Set<String>) - Constructor for class net.sourceforge.cobertura.instrument.pass2.BuildClassMapClassVisitor
 
BuildClassMapTouchPointListener - Class in net.sourceforge.cobertura.instrument.pass2
Analyzes given method and applies information about all found important places into BuildClassMapTouchPointListener.classmap.
BuildClassMapTouchPointListener(ClassMap) - Constructor for class net.sourceforge.cobertura.instrument.pass2.BuildClassMapTouchPointListener
 
BYTE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
BYTE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
BYTE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
BYTE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.

C

CASE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
CASE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
CASE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
CASE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
CastExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
CastExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
CastExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
CastExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
CastLookahead() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
CastLookahead() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
CastLookahead() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
CastLookahead() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
CATCH - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
CATCH - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
CATCH - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
CATCH - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
CatchParameter() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
Multi-catch parameter with jdk 7
ccn - Variable in class net.sourceforge.cobertura.javancss.FunctionMetric
 
ccn - Variable in class net.sourceforge.cobertura.javancss.ObjectMetric
Cyclomatic Complexity Number (McCabe metric)
CHAR - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
CHAR - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
CHAR - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
CHAR - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
CHARACTER_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
CHARACTER_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
CHARACTER_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
CHARACTER_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
CheckTask - Class in net.sourceforge.cobertura.ant
An ant task that can be used to optionally fail an ant build if the coverage percentage for lines or branches is below a certain, user specifiable threshold.
CheckTask() - Constructor for class net.sourceforge.cobertura.ant.CheckTask
 
CLASS - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
CLASS - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
CLASS - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
CLASS - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
ClassBody() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ClassBody() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
ClassBodyDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ClassBodyDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
ClassData - Class in net.sourceforge.cobertura.coveragedata
ProjectData information is typically serialized to a file.
ClassData() - Constructor for class net.sourceforge.cobertura.coveragedata.ClassData
 
ClassData(String) - Constructor for class net.sourceforge.cobertura.coveragedata.ClassData
 
ClassDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ClassDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
classes - Variable in class net.sourceforge.cobertura.javancss.ObjectMetric
 
classes - Variable in class net.sourceforge.cobertura.javancss.PackageMetric
 
ClassMap - Class in net.sourceforge.cobertura.instrument.tp
This class is a container for informations gathered during class analyzing done by BuildClassMapClassVisitor.
ClassMap() - Constructor for class net.sourceforge.cobertura.instrument.tp.ClassMap
 
className - Variable in class net.sourceforge.cobertura.instrument.ContextMethodAwareMethodAdapter
 
ClassOrInterfaceBody(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ClassOrInterfaceBody(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ClassOrInterfaceBody(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ClassOrInterfaceBody(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
ClassOrInterfaceBodyDeclaration(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ClassOrInterfaceBodyDeclaration(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ClassOrInterfaceBodyDeclaration(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ClassOrInterfaceBodyDeclaration(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
ClassOrInterfaceDeclaration(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ClassOrInterfaceDeclaration(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ClassOrInterfaceDeclaration(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ClassOrInterfaceDeclaration(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
ClassOrInterfaceType() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ClassOrInterfaceType() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ClassOrInterfaceType() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ClassOrInterfaceType() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
ClassPattern - Class in net.sourceforge.cobertura.instrument
This class represents a collection of regular expressions that will be used to see if a classname matches them.
ClassPattern() - Constructor for class net.sourceforge.cobertura.instrument.ClassPattern
 
clear() - Method in class net.sourceforge.cobertura.javancss.FunctionMetric
 
clear() - Method in class net.sourceforge.cobertura.javancss.Metric
 
clear() - Method in class net.sourceforge.cobertura.javancss.ObjectMetric
 
clear() - Method in class net.sourceforge.cobertura.javancss.PackageMetric
 
close() - Method in class net.sourceforge.cobertura.util.Source
Close the source input stream and the archive if it came from one.
closeInputStream(InputStream) - Static method in class net.sourceforge.cobertura.util.IOUtil
Closes an input stream.
closeOutputStream(OutputStream) - Static method in class net.sourceforge.cobertura.util.IOUtil
Closes an output stream.
COBERTURA_CLASSMAP_METHOD_NAME - Static variable in interface net.sourceforge.cobertura.instrument.pass3.CodeProvider
Name of a method that will to be injected into instrumented class that is responsible for storing class-map (information on mapping of counter identifiers into lines, jumps and switch-touches).
COBERTURA_COUNTERS_FIELD_NAME - Static variable in interface net.sourceforge.cobertura.instrument.pass3.CodeProvider
Name of a field that have to be injected into instrumented class that is responsible for storing counters
COBERTURA_GET_AND_RESET_COUNTERS_METHOD_NAME - Static variable in interface net.sourceforge.cobertura.instrument.pass3.CodeProvider
Name of a method that have to be injected into instrumented class that is responsible for reading value of given counter.
COBERTURA_INIT_METHOD_NAME - Static variable in interface net.sourceforge.cobertura.instrument.pass3.CodeProvider
Name of method that will initialize internal counters variable.
CoberturaClassWriter - Class in net.sourceforge.cobertura.instrument
 
CoberturaClassWriter(int) - Constructor for class net.sourceforge.cobertura.instrument.CoberturaClassWriter
 
CoberturaInstrumenter - Class in net.sourceforge.cobertura.instrument
Class that is responsible for the whole process of instrumentation of a single class.
CoberturaInstrumenter() - Constructor for class net.sourceforge.cobertura.instrument.CoberturaInstrumenter
 
CoberturaInstrumenter.InstrumentationResult - Class in net.sourceforge.cobertura.instrument
Result of instrumentation is a pair of two fields: CoberturaInstrumenter.InstrumentationResult.content - bytecode of the instrumented class CoberturaInstrumenter.InstrumentationResult.className - className of class being instrumented
CoberturaInstrumenter.InstrumentationResult(String, byte[]) - Constructor for class net.sourceforge.cobertura.instrument.CoberturaInstrumenter.InstrumentationResult
 
CodeFootstamp - Class in net.sourceforge.cobertura.instrument.pass1
Represents a single 'footprint' of some piece of ASM code.
CodeFootstamp() - Constructor for class net.sourceforge.cobertura.instrument.pass1.CodeFootstamp
 
CodeProvider - Interface in net.sourceforge.cobertura.instrument.pass3
Universal API for all methods that are responsible for generating any JASM code that have to be injected into real classes.
COLON - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
COLON - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
COLON - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
COLON - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
column - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
column - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
column - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
column - Variable in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
COMMA - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
COMMA - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
COMMA - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
COMMA - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
CommandLineBuilder - Class in net.sourceforge.cobertura.util
Helper class for storing long command lines inside temporary file.
CommandLineBuilder() - Constructor for class net.sourceforge.cobertura.util.CommandLineBuilder
Creates a new instance of the builder.
COMMENT_JAVADOC - Static variable in class net.sourceforge.cobertura.reporting.html.JavaToHtml.State
 
COMMENT_MULTI - Static variable in class net.sourceforge.cobertura.reporting.html.JavaToHtml.State
 
COMMENT_SINGLE - Static variable in class net.sourceforge.cobertura.reporting.html.JavaToHtml.State
 
CommonMatchingTask - Class in net.sourceforge.cobertura.ant
 
CommonMatchingTask(String) - Constructor for class net.sourceforge.cobertura.ant.CommonMatchingTask
 
compare(Object, Object) - Method in class net.sourceforge.cobertura.reporting.html.SourceFileDataBaseNameComparator
 
compareTo(ClassData) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
This is required because we implement Comparable.
compareTo(Object) - Method in class net.sourceforge.cobertura.coveragedata.JumpData
 
compareTo(Object) - Method in class net.sourceforge.cobertura.coveragedata.LineData
This is required because we implement Comparable.
compareTo(Object) - Method in class net.sourceforge.cobertura.coveragedata.PackageData
This is required because we implement Comparable.
compareTo(Object) - Method in class net.sourceforge.cobertura.coveragedata.SourceFileData
This is required because we implement Comparable.
compareTo(Object) - Method in class net.sourceforge.cobertura.coveragedata.SwitchData
 
compareTo(Object) - Method in class net.sourceforge.cobertura.javancss.Metric
 
CompilationUnit() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
THE JAVA LANGUAGE GRAMMAR STARTS HERE *
CompilationUnit() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
THE JAVA LANGUAGE GRAMMAR STARTS HERE *
CompilationUnit() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
THE JAVA LANGUAGE GRAMMAR STARTS HERE *
CompilationUnit() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
THE JAVA LANGUAGE GRAMMAR STARTS HERE *
ComplexityCalculator - Class in net.sourceforge.cobertura.reporting
Allows complexity computing for source files, packages and a whole project.
ComplexityCalculator(FileFinder) - Constructor for class net.sourceforge.cobertura.reporting.ComplexityCalculator
Creates new calculator.
concat(Vector, Vector) - Static method in class net.sourceforge.cobertura.javancss.ccl.Util
 
concatPath(String, String) - Static method in class net.sourceforge.cobertura.javancss.ccl.FileUtil
Concatenates a file path with the file name.
ConditionalAndExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ConditionalAndExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ConditionalAndExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ConditionalAndExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
ConditionalExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ConditionalExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ConditionalExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ConditionalExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
ConditionalOrExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ConditionalOrExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ConditionalOrExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ConditionalOrExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
ConfigurationUtil - Class in net.sourceforge.cobertura.util
A Utility Class to load the configuration.
ConfigurationUtil() - Constructor for class net.sourceforge.cobertura.util.ConfigurationUtil
 
CONST - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
CONST - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
CONST - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
CONST - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
CONSTANT_OBJECT - Static variable in class net.sourceforge.cobertura.javancss.ccl.Util
 
ConstructorDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ConstructorDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ConstructorDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ConstructorDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
contains(String) - Method in class net.sourceforge.cobertura.coveragedata.PackageData
 
contains(String) - Method in class net.sourceforge.cobertura.coveragedata.SourceFileData
 
containsInstrumentationInfo() - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
containsInstrumentationInfo() - Method in class net.sourceforge.cobertura.coveragedata.SourceFileData
 
ContextMethodAwareMethodAdapter - Class in net.sourceforge.cobertura.instrument
Abstract implementation of MethodVisitor that: provides information about ContextMethodAwareMethodAdapter.className,ContextMethodAwareMethodAdapter.methodName and ContextMethodAwareMethodAdapter.methodSignature of method currently being instrumented/analyzed Assign line identifiers (see AbstractFindTouchPointsClassInstrumenter.lineIdGenerator to every LINENUMBER asm instruction found
ContextMethodAwareMethodAdapter(MethodVisitor, String, String, String, AtomicInteger) - Constructor for class net.sourceforge.cobertura.instrument.ContextMethodAwareMethodAdapter
 
CONTINUE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
CONTINUE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
CONTINUE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
CONTINUE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
ContinueStatement() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ContinueStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ContinueStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ContinueStatement() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
copy(File) - Static method in class net.sourceforge.cobertura.reporting.html.files.CopyFiles
 
CopyFiles - Class in net.sourceforge.cobertura.reporting.html.files
 
CopyFiles() - Constructor for class net.sourceforge.cobertura.reporting.html.files.CopyFiles
 
copyStream(InputStream, OutputStream) - Static method in class net.sourceforge.cobertura.util.IOUtil
Copies bytes from input stream into the output stream.
CoverageData - Interface in net.sourceforge.cobertura.coveragedata
 
CoverageDataContainer - Class in net.sourceforge.cobertura.coveragedata
Coverage data information is typically serialized to a file.
CoverageDataContainer() - Constructor for class net.sourceforge.cobertura.coveragedata.CoverageDataContainer
 
CoverageDataFileHandler - Class in net.sourceforge.cobertura.coveragedata
This contains methods used for reading and writing the "cobertura.ser" file.
CoverageDataFileHandler() - Constructor for class net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler
 
coverageDTD - Static variable in class net.sourceforge.cobertura.reporting.xml.XMLReport
 
CoverageIgnore - Annotation Type in net.sourceforge.cobertura
 
CoverageRate - Class in net.sourceforge.cobertura.check
 
CoverageRate(double, double) - Constructor for class net.sourceforge.cobertura.check.CoverageRate
 
createArgumentsForFilesets(CommandLineBuilder) - Method in class net.sourceforge.cobertura.ant.CommonMatchingTask
 
createAuxClasspath() - Method in class net.sourceforge.cobertura.ant.InstrumentTask
 
createByteArrayFromInputStream(InputStream) - Static method in class net.sourceforge.cobertura.util.IOUtil
Returns an array that contains values read from the given input stream.
createClasspath() - Method in class net.sourceforge.cobertura.ant.CommonMatchingTask
 
createExcludeClasses() - Method in class net.sourceforge.cobertura.ant.InstrumentTask
 
createIgnore() - Method in class net.sourceforge.cobertura.ant.InstrumentTask
 
createIgnoreBranches() - Method in class net.sourceforge.cobertura.ant.InstrumentTask
 
createIgnoreMethodAnnotation() - Method in class net.sourceforge.cobertura.ant.InstrumentTask
 
createIncludeClasses() - Method in class net.sourceforge.cobertura.ant.InstrumentTask
 
createInstrumentationClasspath() - Method in class net.sourceforge.cobertura.ant.InstrumentTask
 
createRegex() - Method in class net.sourceforge.cobertura.ant.CheckTask
 
CreationAnnotation() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
CreationAnnotation() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
curChar - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
 
curChar - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugTokenManager
 
curChar - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15TokenManager
 
curChar - Variable in class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
 
currentToken - Variable in exception net.sourceforge.cobertura.javancss.parser.debug.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception net.sourceforge.cobertura.javancss.parser.java15.debug.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception net.sourceforge.cobertura.javancss.parser.java15.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception net.sourceforge.cobertura.javancss.parser.ParseException
This is the last token that has been consumed successfully.

D

debug(Object) - Static method in class net.sourceforge.cobertura.javancss.ccl.Util
 
debugStream - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
Debug output.
debugStream - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugTokenManager
Debug output.
debugStream - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15TokenManager
Debug output.
debugStream - Variable in class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
Debug output.
DECIMAL_EXPONENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
DECIMAL_EXPONENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
DECIMAL_FLOATING_POINT_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
DECIMAL_FLOATING_POINT_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
DECIMAL_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
DECIMAL_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
DECIMAL_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
DECIMAL_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
DECR - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
DECR - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
DECR - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
DECR - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
DEFAULT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
Lexical state.
DEFAULT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
Lexical state.
DEFAULT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
Lexical state.
DEFAULT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
Lexical state.
DEFAULT - Static variable in class net.sourceforge.cobertura.reporting.html.JavaToHtml.State
 
DefaultValue() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
DefaultValue() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
DefaultValue() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
DefaultValue() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
DetectDuplicatedCodeClassVisitor - Class in net.sourceforge.cobertura.instrument.pass1
The same line can cause generation of many byte-code blocks connected to the same line.
DetectDuplicatedCodeClassVisitor(ClassVisitor) - Constructor for class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeClassVisitor
 
DetectDuplicatedCodeMethodVisitor - Class in net.sourceforge.cobertura.instrument.pass1
Detects duplicates in a single analyzed method of ASM code.
DetectDuplicatedCodeMethodVisitor(MethodVisitor, Map<Integer, Map<Integer, Integer>>, String, String, String, AtomicInteger) - Constructor for class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeMethodVisitor
 
DetectIgnoredCodeClassVisitor - Class in net.sourceforge.cobertura.instrument.pass1
 
DetectIgnoredCodeClassVisitor(ClassVisitor, boolean, Set<String>) - Constructor for class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeClassVisitor
 
DetectIgnoredCodeMethodVisitor - Class in net.sourceforge.cobertura.instrument.pass1
 
DetectIgnoredCodeMethodVisitor(MethodVisitor, Set<Integer>, Set<String>, boolean, Set<String>, String, String, String, String, AtomicInteger) - Constructor for class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeMethodVisitor
 
DIGIT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
DIGIT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
disable_tracing() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
Disable tracing.
disable_tracing() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
Disable tracing.
disable_tracing() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
Disable tracing.
disable_tracing() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
Disable tracing.
dispose() - Method in class net.sourceforge.cobertura.util.CommandLineBuilder
Explicity frees all resources associated with this instance.
DO - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
DO - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
DO - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
DO - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.cobertura.webapp.FlushCoberturaServlet
 
Done() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Set buffers back to null when finished.
Done() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Set buffers back to null when finished.
Done() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Set buffers back to null when finished.
Done() - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Set buffers back to null when finished.
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.cobertura.webapp.FlushCoberturaServlet
 
DoStatement() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
DoStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
DoStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
DoStatement() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
DOT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
DOT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
DOT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
DOT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
DOUBLE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
DOUBLE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
DOUBLE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
DOUBLE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
duplicatedLinesMap - Variable in class net.sourceforge.cobertura.instrument.AbstractFindTouchPointsClassInstrumenter
This is a map of found duplicates of line blocks.

E

ELLIPSIS - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
ELLIPSIS - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
ELLIPSIS - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
ELLIPSIS - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
ELSE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
ELSE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
ELSE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
ELSE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
EmptyStatement() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
EmptyStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
EmptyStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
EmptyStatement() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
enable_tracing() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
Enable tracing.
enable_tracing() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
Enable tracing.
enable_tracing() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
Enable tracing.
enable_tracing() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
Enable tracing.
END_OF_LINE_MULTI - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
END_OF_LINE_MULTI - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
endColumn - Variable in class net.sourceforge.cobertura.javancss.parser.debug.Token
The column number of the last character of this Token.
endColumn - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.Token
The column number of the last character of this Token.
endColumn - Variable in class net.sourceforge.cobertura.javancss.parser.java15.Token
The column number of the last character of this Token.
endColumn - Variable in class net.sourceforge.cobertura.javancss.parser.Token
The column number of the last character of this Token.
endLine - Variable in class net.sourceforge.cobertura.javancss.parser.debug.Token
The line number of the last character of this Token.
endLine - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.Token
The line number of the last character of this Token.
endLine - Variable in class net.sourceforge.cobertura.javancss.parser.java15.Token
The line number of the last character of this Token.
endLine - Variable in class net.sourceforge.cobertura.javancss.parser.Token
The line number of the last character of this Token.
ENUM - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
ENUM - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
ENUM - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
ENUM - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
EnumBody() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
EnumBody() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
EnumBody() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
EnumBody() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
EnumConstant() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
EnumConstant() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
EnumConstant() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
EnumConstant() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
EnumDeclaration(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
EnumDeclaration(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
EnumDeclaration(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
EnumDeclaration(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
EOF - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
End of File.
EOF - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
End of File.
EOF - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
End of File.
EOF - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
End of File.
eol - Variable in exception net.sourceforge.cobertura.javancss.parser.debug.ParseException
The end of line string for this machine.
eol - Variable in exception net.sourceforge.cobertura.javancss.parser.java15.debug.ParseException
The end of line string for this machine.
eol - Variable in exception net.sourceforge.cobertura.javancss.parser.java15.ParseException
The end of line string for this machine.
eol - Variable in exception net.sourceforge.cobertura.javancss.parser.ParseException
The end of line string for this machine.
EQ - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
EQ - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
EQ - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
EQ - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
EqualityExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
EqualityExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
EqualityExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
EqualityExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
equals(Object) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
Returns true if the given object is an instance of the ClassData class, and it contains the same data as this class.
equals(Object) - Method in class net.sourceforge.cobertura.coveragedata.CoverageDataContainer
Determine if this CoverageDataContainer is equal to another one.
equals(Object) - Method in class net.sourceforge.cobertura.coveragedata.JumpData
 
equals(Object) - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
equals(Object) - Method in class net.sourceforge.cobertura.coveragedata.PackageData
Returns true if the given object is an instance of the PackageData class, and it contains the same data as this class.
equals(Object) - Method in class net.sourceforge.cobertura.coveragedata.SourceFileData
Returns true if the given object is an instance of the SourceFileData class, and it contains the same data as this class.
equals(Object) - Method in class net.sourceforge.cobertura.coveragedata.SwitchData
 
equals(Object) - Method in class net.sourceforge.cobertura.instrument.pass1.CodeFootstamp
 
equals(Object) - Method in class net.sourceforge.cobertura.javancss.Metric
 
eventIdGenerator - Variable in class net.sourceforge.cobertura.instrument.AbstractFindTouchPointsClassInstrumenter
We assign 'unique event identifiers' to every asm instruction or directive found in the file.
ExcludeClasses - Class in net.sourceforge.cobertura.ant
 
ExcludeClasses() - Constructor for class net.sourceforge.cobertura.ant.ExcludeClasses
 
ExclusiveOrExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ExclusiveOrExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ExclusiveOrExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ExclusiveOrExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
execute() - Method in class net.sourceforge.cobertura.ant.CheckTask
 
execute() - Method in class net.sourceforge.cobertura.ant.InstrumentTask
 
execute() - Method in class net.sourceforge.cobertura.ant.MergeTask
 
execute() - Method in class net.sourceforge.cobertura.ant.ReportTask
 
Exitable - Interface in net.sourceforge.cobertura.javancss.ccl
 
ExpandBuff(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
ExpandBuff(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
ExpandBuff(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
ExpandBuff(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
expectedTokenSequences - Variable in exception net.sourceforge.cobertura.javancss.parser.debug.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception net.sourceforge.cobertura.javancss.parser.java15.debug.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception net.sourceforge.cobertura.javancss.parser.java15.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception net.sourceforge.cobertura.javancss.parser.ParseException
Each entry in this array is an array of integers.
ExplicitConstructorInvocation() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ExplicitConstructorInvocation() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ExplicitConstructorInvocation() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ExplicitConstructorInvocation() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
EXPONENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
EXPONENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
Expression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
Expression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
Expression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
Expression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
EXTENDS - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
EXTENDS - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
EXTENDS - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
EXTENDS - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
ExtendsList(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ExtendsList(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ExtendsList(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ExtendsList(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 

F

failOnError - Variable in class net.sourceforge.cobertura.ant.CommonMatchingTask
 
FAKE_COUNTER_ID - Static variable in class net.sourceforge.cobertura.instrument.pass3.AbstractCodeProvider
CounterId used to store unnecessary events to avoid fake jump counting in instrumented(generated) code
FALSE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
FALSE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
FALSE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
FALSE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
FastArrayCodeProvider - Class in net.sourceforge.cobertura.instrument.pass3
The CodeProvider uses int[] to store counters.
FastArrayCodeProvider() - Constructor for class net.sourceforge.cobertura.instrument.pass3.FastArrayCodeProvider
 
FieldDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
FieldDeclaration(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
FieldDeclaration(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
FieldDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
FieldDeclaration15(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
FieldDeclaration15(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
FieldTypeLookahead() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
FieldTypeLookahead() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
FieldTypeNameLookahead() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
Takes special consideration for assert.
FieldTypeNameLookahead() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
Takes special consideration for assert.
FileFinder - Class in net.sourceforge.cobertura.util
Maps source file names to existing files.
FileFinder() - Constructor for class net.sourceforge.cobertura.util.FileFinder
 
FileLocker - Class in net.sourceforge.cobertura.util
This class controls access to any file so that multiple JVMs will not be able to write to the file at the same time.
FileLocker(File) - Constructor for class net.sourceforge.cobertura.util.FileLocker
 
FileUtil - Class in net.sourceforge.cobertura.javancss.ccl
Utility class for file operations.
FillBuff() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
FillBuff() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
FillBuff() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
FillBuff() - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
FINAL - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
FINAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
FINAL - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
FINAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
FINAL - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
FINAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
FINAL - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
FINAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
finalize() - Method in class net.sourceforge.cobertura.instrument.pass1.CodeFootstamp
 
FINALLY - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
FINALLY - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
FINALLY - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
FINALLY - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
FindTouchPointsMethodAdapter - Class in net.sourceforge.cobertura.instrument
Analyzes given method, assign unique event identifiers to every found interesting instruction and calls business method in the FindTouchPointsMethodAdapter.touchPointListener.
FindTouchPointsMethodAdapter(HistoryMethodAdapter, String, String, String, AtomicInteger, Map<Integer, Map<Integer, Integer>>, AtomicInteger) - Constructor for class net.sourceforge.cobertura.instrument.FindTouchPointsMethodAdapter
 
FindTouchPointsMethodAdapter(MethodVisitor, String, String, String, AtomicInteger, Map<Integer, Map<Integer, Integer>>, AtomicInteger) - Constructor for class net.sourceforge.cobertura.instrument.FindTouchPointsMethodAdapter
 
FindTouchPointsMethodAdapter(MethodVisitor, List<AbstractInsnNode>, String, String, String, AtomicInteger, Map<Integer, Map<Integer, Integer>>, AtomicInteger) - Constructor for class net.sourceforge.cobertura.instrument.FindTouchPointsMethodAdapter
 
firstLine - Variable in class net.sourceforge.cobertura.javancss.Metric
 
FLOAT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
FLOAT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
FLOAT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
FLOAT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
FLOATING_POINT_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
FLOATING_POINT_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
FLOATING_POINT_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
FLOATING_POINT_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
FlushCoberturaServlet - Class in net.sourceforge.cobertura.webapp
 
FlushCoberturaServlet() - Constructor for class net.sourceforge.cobertura.webapp.FlushCoberturaServlet
 
FOR - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
FOR - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
FOR - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
FOR - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
ForInit() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ForInit() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ForInit() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ForInit() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
FORMAL_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
FORMAL_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
FormalParameter() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
FormalParameter() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
FormalParameter() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
FormalParameter() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
FormalParameter15() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
FormalParameter15() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
FormalParameters() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
FormalParameters() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
FormalParameters() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
FormalParameters() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
FormalParameters15() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
FormalParameters15() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
ForStatement() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ForStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ForStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ForStatement() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
ForUpdate() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ForUpdate() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ForUpdate() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ForUpdate() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
FunctionMetric - Class in net.sourceforge.cobertura.javancss
Basic data class to store all metrics attached to a function.
FunctionMetric() - Constructor for class net.sourceforge.cobertura.javancss.FunctionMetric
 
functions - Variable in class net.sourceforge.cobertura.javancss.ObjectMetric
 
functions - Variable in class net.sourceforge.cobertura.javancss.PackageMetric
 

G

GE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
GE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
GE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
GE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
generateCallCoberturaInitMethod(MethodVisitor, String) - Method in class net.sourceforge.cobertura.instrument.pass3.AbstractCodeProvider
 
generateCallCoberturaInitMethod(MethodVisitor, String) - Method in interface net.sourceforge.cobertura.instrument.pass3.CodeProvider
 
generateCINITmethod(MethodVisitor, String, int) - Method in class net.sourceforge.cobertura.instrument.pass3.AbstractCodeProvider
Generates code that is injected into static constructor of an instrumented class.
generateCINITmethod(MethodVisitor, String, int) - Method in class net.sourceforge.cobertura.instrument.pass3.AtomicArrayCodeProvider
 
generateCINITmethod(MethodVisitor, String, int) - Method in class net.sourceforge.cobertura.instrument.pass3.FastArrayCodeProvider
 
generateCoberturaClassMapMethod(ClassVisitor, ClassMap) - Method in class net.sourceforge.cobertura.instrument.pass3.AbstractCodeProvider
The version of cobertura prior to 1.10 used *.ser file to store information of lines, jumps, switches and other constructions used in the class.
generateCoberturaClassMapMethod(ClassVisitor, ClassMap) - Method in interface net.sourceforge.cobertura.instrument.pass3.CodeProvider
The version of cobertura prior to 1.10 used *.ser file to store information of lines, jumps, switches and other constructions used in the class.
generateCoberturaGetAndResetCountersMethod(ClassVisitor, String) - Method in class net.sourceforge.cobertura.instrument.pass3.AtomicArrayCodeProvider
int[] __cobertura_get_and_reset_counters() { int[] res = new int[counters.length()]; for(int i=0; i
generateCoberturaGetAndResetCountersMethod(ClassVisitor, String) - Method in interface net.sourceforge.cobertura.instrument.pass3.CodeProvider
Generate method "__cobertura_get_and_reset_counters" that is accessor to couters.
generateCoberturaGetAndResetCountersMethod(ClassVisitor, String) - Method in class net.sourceforge.cobertura.instrument.pass3.FastArrayCodeProvider
 
generateCoberturaInitMethod(ClassVisitor, String, int) - Method in class net.sourceforge.cobertura.instrument.pass3.AbstractCodeProvider
 
generateCoberturaInitMethod(ClassVisitor, String, int) - Method in interface net.sourceforge.cobertura.instrument.pass3.CodeProvider
 
generateCodeThatIncrementsCoberturaCounter(MethodVisitor, Integer, String) - Method in class net.sourceforge.cobertura.instrument.pass3.AtomicArrayCodeProvider
 
generateCodeThatIncrementsCoberturaCounter(MethodVisitor, Integer, String) - Method in interface net.sourceforge.cobertura.instrument.pass3.CodeProvider
Injects code that increments counter given by parameter.
generateCodeThatIncrementsCoberturaCounter(MethodVisitor, Integer, String) - Method in class net.sourceforge.cobertura.instrument.pass3.FastArrayCodeProvider
 
generateCodeThatIncrementsCoberturaCounterFromInternalVariable(MethodVisitor, int, String) - Method in class net.sourceforge.cobertura.instrument.pass3.AtomicArrayCodeProvider
 
generateCodeThatIncrementsCoberturaCounterFromInternalVariable(MethodVisitor, int, String) - Method in interface net.sourceforge.cobertura.instrument.pass3.CodeProvider
Injects code that increments counter given by internal variable.
generateCodeThatIncrementsCoberturaCounterFromInternalVariable(MethodVisitor, int, String) - Method in class net.sourceforge.cobertura.instrument.pass3.FastArrayCodeProvider
 
generateCodeThatIncrementsCoberturaCounterIfVariableEqualsAndCleanVariable(MethodVisitor, Integer, Integer, int, String) - Method in class net.sourceforge.cobertura.instrument.pass3.AbstractCodeProvider
 
generateCodeThatIncrementsCoberturaCounterIfVariableEqualsAndCleanVariable(MethodVisitor, Integer, Integer, int, String) - Method in interface net.sourceforge.cobertura.instrument.pass3.CodeProvider
Injects code that behaves the same as such a code snippet:
generateCodeThatSetsJumpCounterIdVariable(MethodVisitor, int, int) - Method in class net.sourceforge.cobertura.instrument.pass3.AbstractCodeProvider
 
generateCodeThatSetsJumpCounterIdVariable(MethodVisitor, int, int) - Method in interface net.sourceforge.cobertura.instrument.pass3.CodeProvider
Injects code that sets internal variable (identified by lastJumpIdVariableIndex) to given value.
generateCodeThatZeroJumpCounterIdVariable(MethodVisitor, int) - Method in class net.sourceforge.cobertura.instrument.pass3.AbstractCodeProvider
 
generateCodeThatZeroJumpCounterIdVariable(MethodVisitor, int) - Method in interface net.sourceforge.cobertura.instrument.pass3.CodeProvider
Injects code that sets internal variable (identified by lastJumpIdVariableIndex) to zero.
generateCountersField(ClassVisitor) - Method in class net.sourceforge.cobertura.instrument.pass3.AtomicArrayCodeProvider
 
generateCountersField(ClassVisitor) - Method in interface net.sourceforge.cobertura.instrument.pass3.CodeProvider
Generates fields injected into instrumented class by cobertura.
generateCountersField(ClassVisitor) - Method in class net.sourceforge.cobertura.instrument.pass3.FastArrayCodeProvider
 
generateParseException() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
Generate ParseException.
generateParseException() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
Generate ParseException.
generateParseException() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
Generate ParseException.
generateParseException() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
Generate ParseException.
generateRegisterClass(MethodVisitor, String) - Method in class net.sourceforge.cobertura.instrument.pass3.AbstractCodeProvider

The code injected by this implementation just registers the class using TouchCollector.registerClass(Class).

getAbsoluteFileName(String) - Static method in class net.sourceforge.cobertura.javancss.ccl.FileUtil
 
getAnnotationName() - Method in class net.sourceforge.cobertura.ant.IgnoreMethodAnnotation
 
getBaseName() - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
getBaseName() - Method in class net.sourceforge.cobertura.coveragedata.SourceFileData
 
getBeginColumn() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
getBeginColumn() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
getBeginColumn() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
getBeginColumn() - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
getBeginLine() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
getBeginLine() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
getBeginLine() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
getBeginLine() - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
getBothLocks(CoverageDataContainer) - Method in class net.sourceforge.cobertura.coveragedata.CoverageDataContainer
 
getBranchCount() - Method in class net.sourceforge.cobertura.check.PackageCoverage
 
getBranchCoverage() - Method in class net.sourceforge.cobertura.check.PackageCoverage
 
getBranchCoverageRate() - Method in class net.sourceforge.cobertura.check.CoverageRate
 
getBranchCoverageRate() - Method in interface net.sourceforge.cobertura.coveragedata.BranchCoverageData
 
getBranchCoverageRate(String) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
getBranchCoverageRate() - Method in interface net.sourceforge.cobertura.coveragedata.CoverageData
 
getBranchCoverageRate() - Method in class net.sourceforge.cobertura.coveragedata.CoverageDataContainer
 
getBranchCoverageRate() - Method in class net.sourceforge.cobertura.coveragedata.JumpData
 
getBranchCoverageRate() - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
getBranchCoverageRate() - Method in class net.sourceforge.cobertura.coveragedata.SwitchData
 
getBranches() - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
getBranchLabelDescriptorsForLabelEvent(int) - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
Returns map: switchCounterId --> counterId
getCCNForClass(ClassData) - Method in class net.sourceforge.cobertura.reporting.ComplexityCalculator
Computes CCN for source file the specified class belongs to.
getCCNForPackage(PackageData) - Method in class net.sourceforge.cobertura.reporting.ComplexityCalculator
Computes CCN for all sources contained in the specified package.
getCCNForProject(ProjectData) - Method in class net.sourceforge.cobertura.reporting.ComplexityCalculator
Computes CCN for all sources contained in the project.
getCCNForSourceFile(SourceFileData) - Method in class net.sourceforge.cobertura.reporting.ComplexityCalculator
Computes CCN for single source file.
getChild(String) - Method in class net.sourceforge.cobertura.coveragedata.CoverageDataContainer
Get a child from this container with the specified key.
getClassData(String) - Method in class net.sourceforge.cobertura.coveragedata.ProjectData
 
getClasses() - Method in class net.sourceforge.cobertura.coveragedata.PackageData
 
getClasses() - Method in class net.sourceforge.cobertura.coveragedata.ProjectData
 
getClasses() - Method in class net.sourceforge.cobertura.coveragedata.SourceFileData
 
getClassMap() - Method in class net.sourceforge.cobertura.instrument.pass2.BuildClassMapClassVisitor
Returns classMap build for the analyzed map.
getClassName() - Method in class net.sourceforge.cobertura.instrument.CoberturaInstrumenter.InstrumentationResult
 
getClassName() - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
 
getColumn() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Deprecated.
getColumn() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Deprecated.
getColumn() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Deprecated.
getColumn() - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Deprecated.
getCommandLineFile() - Method in class net.sourceforge.cobertura.util.CommandLineBuilder
Gets absolute path to the file with saved arguments.
getCommonSuperClass(String, String) - Method in class net.sourceforge.cobertura.instrument.CoberturaClassWriter
 
getConditionCoverage() - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
getConditionCoverage(int) - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
getConditionData(int) - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
getConditionNumber() - Method in class net.sourceforge.cobertura.coveragedata.JumpData
 
getConditionSize() - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
getConstantObject() - Static method in class net.sourceforge.cobertura.javancss.ccl.Util
 
getContent() - Method in class net.sourceforge.cobertura.instrument.CoberturaInstrumenter.InstrumentationResult
 
getCounterId() - Method in class net.sourceforge.cobertura.instrument.tp.LineTouchPointDescriptor
 
getCounterId() - Method in class net.sourceforge.cobertura.instrument.tp.SwitchTouchPointDescriptor
 
getCounterIdForFalse() - Method in class net.sourceforge.cobertura.instrument.tp.JumpTouchPointDescriptor
 
getCounterIdForJumpFalse(int) - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
 
getCounterIdForJumpTrue(int) - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
 
getCounterIdForLabel(Label) - Method in class net.sourceforge.cobertura.instrument.tp.SwitchTouchPointDescriptor
 
getCounterIdForLineEventId(int) - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
 
getCounterIdForSwitch(int) - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
 
getCounterIdForTrue() - Method in class net.sourceforge.cobertura.instrument.tp.JumpTouchPointDescriptor
 
getCountersForLabels() - Method in class net.sourceforge.cobertura.instrument.tp.SwitchTouchPointDescriptor
 
getCountersForLabelsCnt() - Method in class net.sourceforge.cobertura.instrument.tp.SwitchTouchPointDescriptor
Works before calling 'assignCounters'
getDatafile() - Method in class net.sourceforge.cobertura.util.ConfigurationUtil
 
getDefaultDataFile() - Static method in class net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler
 
getDefaultHits() - Method in class net.sourceforge.cobertura.coveragedata.SwitchData
 
getDestinationDirectory() - Method in class net.sourceforge.cobertura.instrument.CoberturaInstrumenter
Gets the root directory for instrumented classes.
getDuplicatesLinesCollector() - Method in class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeClassVisitor
Returns map of (line number -> (duplicated lineId -> origin lineId))
getEncoding() - Method in class net.sourceforge.cobertura.javancss.Javancss
 
getEndColumn() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Get end column.
getEndColumn() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Get end column.
getEndColumn() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Get end column.
getEndColumn() - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Get end column.
getEndLine() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Get end line.
getEndLine() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Get end line.
getEndLine() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Get end line.
getEndLine() - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Get end line.
getEnumType() - Method in class net.sourceforge.cobertura.instrument.tp.SwitchTouchPointDescriptor
 
getEventId() - Method in class net.sourceforge.cobertura.instrument.tp.TouchPointDescriptor
 
getFalseHits() - Method in class net.sourceforge.cobertura.coveragedata.JumpData
 
getFileForSource(String) - Method in class net.sourceforge.cobertura.util.FileFinder
Maps source file name to existing file.
getFunction() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
getFunction() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
getFunction() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
getFunction() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
getFunction() - Method in interface net.sourceforge.cobertura.javancss.parser.JavaParserInterface
 
getFunctionMetrics() - Method in class net.sourceforge.cobertura.javancss.Javancss
 
getFunctions() - Method in class net.sourceforge.cobertura.javancss.Javancss
The same as getFunctionMetrics?!
getGlobalProjectData() - Static method in class net.sourceforge.cobertura.coveragedata.ProjectData
Get a reference to a ProjectData object in order to increase the coverage count for a specific line.
getHits() - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
getHits(int) - Method in class net.sourceforge.cobertura.coveragedata.SwitchData
 
getIgnoredLineIds() - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeClassVisitor
 
getIgnoredMethodNamesAndSignatures() - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeClassVisitor
 
getIgnoreRegexes() - Method in class net.sourceforge.cobertura.instrument.CoberturaInstrumenter
Gets list of patterns to know that we don't want trace lines that are calls to some methods
getIgnoreRegexp() - Method in class net.sourceforge.cobertura.instrument.AbstractFindTouchPointsClassInstrumenter
Gets list of patterns to know that we don't want trace lines that are calls to some methods
getIgnoreRegexp() - Method in class net.sourceforge.cobertura.instrument.FindTouchPointsMethodAdapter
 
GetImage() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
GetImage() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
GetImage() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
GetImage() - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
getImports() - Method in class net.sourceforge.cobertura.javancss.Javancss
 
getImports() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
getImports() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
getImports() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
getImports() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
getImports() - Method in interface net.sourceforge.cobertura.javancss.parser.JavaParserInterface
 
getInputStream() - Method in class net.sourceforge.cobertura.util.Source
 
getJava() - Method in class net.sourceforge.cobertura.ant.CommonMatchingTask
 
getJdcl() - Method in class net.sourceforge.cobertura.javancss.Javancss
JDCL stands for javadoc comment lines (while jvdc stands for number of javadoc comments).
getJvdc() - Method in class net.sourceforge.cobertura.javancss.Javancss
 
getJvdc() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
getJvdc() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
getJvdc() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
getJvdc() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
getJvdc() - Method in interface net.sourceforge.cobertura.javancss.parser.JavaParserInterface
 
getLastError() - Method in class net.sourceforge.cobertura.javancss.Javancss
 
getLastErrorMessage() - Method in class net.sourceforge.cobertura.javancss.Javancss
 
getLastFunction() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
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.
getLastFunction() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
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.
getLastFunction() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
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.
getLastFunction() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
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.
getLastFunction() - Method in interface net.sourceforge.cobertura.javancss.parser.JavaParserInterface
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.
getLine() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Deprecated.
getLine() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Deprecated.
getLine() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Deprecated.
getLine() - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Deprecated.
getLineCount() - Method in class net.sourceforge.cobertura.check.PackageCoverage
 
getLineCoverage() - Method in class net.sourceforge.cobertura.check.PackageCoverage
 
getLineCoverage(int) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
getLineCoverage(int) - Method in class net.sourceforge.cobertura.coveragedata.SourceFileData
 
getLineCoverageRate() - Method in class net.sourceforge.cobertura.check.CoverageRate
 
getLineCoverageRate(String) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
getLineCoverageRate() - Method in interface net.sourceforge.cobertura.coveragedata.CoverageData
 
getLineCoverageRate() - Method in class net.sourceforge.cobertura.coveragedata.CoverageDataContainer
 
getLineCoverageRate() - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
getLineData(int) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
getLineNumber() - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
getLineNumber() - Method in class net.sourceforge.cobertura.instrument.tp.TouchPointDescriptor
 
getLines() - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
getLines(String) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
getLOC() - Method in class net.sourceforge.cobertura.javancss.Javancss
 
getLOC() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
getLOC() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
getLOC() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
getLOC() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
getLOC() - Method in interface net.sourceforge.cobertura.javancss.parser.JavaParserInterface
 
getMaxBranches() - Method in class net.sourceforge.cobertura.coveragedata.SwitchData
 
getMaxCounterId() - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
 
getMessage() - Method in error net.sourceforge.cobertura.javancss.parser.debug.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in error net.sourceforge.cobertura.javancss.parser.java15.debug.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in error net.sourceforge.cobertura.javancss.parser.java15.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in error net.sourceforge.cobertura.javancss.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMethodDescriptor() - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
getMethodName() - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
getMethodName() - Method in class net.sourceforge.cobertura.instrument.tp.LineTouchPointDescriptor
 
getMethodNamesAndDescriptors() - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
getMethodSignature() - Method in class net.sourceforge.cobertura.instrument.tp.LineTouchPointDescriptor
 
getMl() - Method in class net.sourceforge.cobertura.javancss.Javancss
 
getName() - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
getName() - Method in class net.sourceforge.cobertura.coveragedata.PackageData
 
getName() - Method in class net.sourceforge.cobertura.coveragedata.SourceFileData
 
getNcss() - Method in class net.sourceforge.cobertura.javancss.Javancss
 
getNcss() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
getNcss() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
getNcss() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
getNcss() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
getNcss() - Method in interface net.sourceforge.cobertura.javancss.parser.JavaParserInterface
 
getNextToken() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
Get the next Token.
getNextToken() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
Get the next Token.
getNextToken() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
Get the next Token.
getNextToken() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugTokenManager
Get the next Token.
getNextToken() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
Get the next Token.
getNextToken() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15TokenManager
Get the next Token.
getNextToken() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
Get the next Token.
getNextToken() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
Get the next Token.
getNormalizedName() - Method in class net.sourceforge.cobertura.coveragedata.SourceFileData
 
getNumberOfChildren() - Method in class net.sourceforge.cobertura.coveragedata.CoverageDataContainer
 
getNumberOfClasses() - Method in class net.sourceforge.cobertura.coveragedata.ProjectData
 
getNumberOfCoveredBranches() - Method in interface net.sourceforge.cobertura.coveragedata.BranchCoverageData
 
getNumberOfCoveredBranches() - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
getNumberOfCoveredBranches() - Method in interface net.sourceforge.cobertura.coveragedata.CoverageData
 
getNumberOfCoveredBranches() - Method in class net.sourceforge.cobertura.coveragedata.CoverageDataContainer
 
getNumberOfCoveredBranches() - Method in class net.sourceforge.cobertura.coveragedata.JumpData
 
getNumberOfCoveredBranches() - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
getNumberOfCoveredBranches() - Method in class net.sourceforge.cobertura.coveragedata.SwitchData
 
getNumberOfCoveredLines() - Method in interface net.sourceforge.cobertura.coveragedata.CoverageData
 
getNumberOfCoveredLines() - Method in class net.sourceforge.cobertura.coveragedata.CoverageDataContainer
 
getNumberOfCoveredLines() - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
getNumberOfSourceFiles() - Method in class net.sourceforge.cobertura.coveragedata.ProjectData
 
getNumberOfValidBranches() - Method in interface net.sourceforge.cobertura.coveragedata.BranchCoverageData
 
getNumberOfValidBranches() - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
getNumberOfValidBranches() - Method in interface net.sourceforge.cobertura.coveragedata.CoverageData
 
getNumberOfValidBranches() - Method in class net.sourceforge.cobertura.coveragedata.CoverageDataContainer
 
getNumberOfValidBranches() - Method in class net.sourceforge.cobertura.coveragedata.JumpData
 
getNumberOfValidBranches() - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
getNumberOfValidBranches() - Method in class net.sourceforge.cobertura.coveragedata.SwitchData
 
getNumberOfValidLines() - Method in interface net.sourceforge.cobertura.coveragedata.CoverageData
 
getNumberOfValidLines() - Method in class net.sourceforge.cobertura.coveragedata.CoverageDataContainer
 
getNumberOfValidLines() - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
getObject() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
getObject() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
getObject() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
getObject() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
getObject() - Method in interface net.sourceforge.cobertura.javancss.parser.JavaParserInterface
 
getObjectMetrics() - Method in class net.sourceforge.cobertura.javancss.Javancss
 
getOptions() - Method in class net.sourceforge.cobertura.javancss.ccl.Init
 
getOrCreateClassData(String) - Method in class net.sourceforge.cobertura.coveragedata.ProjectData
This is called by instrumented bytecode.
getOriginDesc() - Method in class net.sourceforge.cobertura.util.Source
 
getPackage() - Method in class net.sourceforge.cobertura.javancss.Javancss
Return info about package statement.
getPackage() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
getPackage() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
getPackage() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
getPackage() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
getPackage() - Method in interface net.sourceforge.cobertura.javancss.parser.JavaParserInterface
 
getPackageMetrics() - Method in class net.sourceforge.cobertura.javancss.Javancss
Returns list of packages in the form PackageMetric objects.
getPackageName() - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
getPackageName() - Method in class net.sourceforge.cobertura.coveragedata.SourceFileData
 
getPackageObjects() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
name, beginLine, ...
getPackageObjects() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
name, beginLine, ...
getPackageObjects() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
name, beginLine, ...
getPackageObjects() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
name, beginLine, ...
getPackageObjects() - Method in interface net.sourceforge.cobertura.javancss.parser.JavaParserInterface
name, beginLine, ...
getPackages() - Method in class net.sourceforge.cobertura.coveragedata.ProjectData
 
getPercentValue(double) - Static method in class net.sourceforge.cobertura.util.StringUtil
Takes a double and turns it into a percent string.
getPrintWriter(File) - Static method in class net.sourceforge.cobertura.util.IOUtil
 
getProperty(String, String) - Method in class net.sourceforge.cobertura.util.ConfigurationUtil
 
getRegex() - Method in class net.sourceforge.cobertura.ant.ExcludeClasses
 
getRegex() - Method in class net.sourceforge.cobertura.ant.Ignore
 
getRegex() - Method in class net.sourceforge.cobertura.ant.IgnoreBranches
 
getRegex() - Method in class net.sourceforge.cobertura.ant.IncludeClasses
 
getSl() - Method in class net.sourceforge.cobertura.javancss.Javancss
 
getSource() - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
 
getSource(String) - Method in class net.sourceforge.cobertura.util.FileFinder
Maps source file name to existing file or source archive.
getSourceDirectoryList() - Method in class net.sourceforge.cobertura.util.FileFinder
Returns a list with string for all source directories.
getSourceFileName() - Method in class net.sourceforge.cobertura.coveragedata.ClassData
Return the name of the file containing this class.
getSourceFileName() - Method in class net.sourceforge.cobertura.coveragedata.PackageData
 
getSourceFiles() - Method in class net.sourceforge.cobertura.coveragedata.PackageData
 
getSourceFiles() - Method in class net.sourceforge.cobertura.coveragedata.ProjectData
 
getSubPackages(String) - Method in class net.sourceforge.cobertura.coveragedata.ProjectData
Get all subpackages of the given package.
GetSuffix(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
GetSuffix(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
GetSuffix(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
GetSuffix(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
getSwitchNumber() - Method in class net.sourceforge.cobertura.coveragedata.SwitchData
 
getTabSize(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
getTabSize(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
getTabSize(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
getTabSize(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
getToken(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
Get the specific Token.
getToken(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
Get the specific Token.
getToken(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
Get the specific Token.
getToken(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
Get the specific Token.
getTouchPointListener() - Method in class net.sourceforge.cobertura.instrument.FindTouchPointsMethodAdapter
Gets backing listener that will be informed about all interesting events found
getTouchPointsInLineOrder() - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
 
getTrueHits() - Method in class net.sourceforge.cobertura.coveragedata.JumpData
 
getValue() - Method in class net.sourceforge.cobertura.javancss.parser.debug.Token
An optional attribute value of the Token.
getValue() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.Token
An optional attribute value of the Token.
getValue() - Method in class net.sourceforge.cobertura.javancss.parser.java15.Token
An optional attribute value of the Token.
getValue() - Method in class net.sourceforge.cobertura.javancss.parser.Token
An optional attribute value of the Token.
GOTO - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
GOTO - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
GOTO - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
GOTO - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
GT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
GT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
GT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
GT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
GTToken - Class in net.sourceforge.cobertura.javancss.parser.java15.debug
 
GTToken() - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.GTToken
 
GTToken - Class in net.sourceforge.cobertura.javancss.parser.java15
 
GTToken() - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.GTToken
 

H

hasBranch(int) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
hasBranch() - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
hashCode() - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
hashCode() - Method in class net.sourceforge.cobertura.coveragedata.CoverageDataContainer
It is highly recommended that classes extending this class override this hashCode method and generate a more effective hash code.
hashCode() - Method in class net.sourceforge.cobertura.coveragedata.JumpData
 
hashCode() - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
hashCode() - Method in class net.sourceforge.cobertura.coveragedata.PackageData
 
hashCode() - Method in class net.sourceforge.cobertura.coveragedata.SourceFileData
 
hashCode() - Method in class net.sourceforge.cobertura.coveragedata.SwitchData
 
hashCode() - Method in class net.sourceforge.cobertura.instrument.pass1.CodeFootstamp
 
hashCode() - Method in class net.sourceforge.cobertura.javancss.Metric
 
Header - Class in net.sourceforge.cobertura.util
 
Header() - Constructor for class net.sourceforge.cobertura.util.Header
 
HEX_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
HEX_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
HEX_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
HEX_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
HEXADECIMAL_EXPONENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
HEXADECIMAL_EXPONENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
HEXADECIMAL_FLOATING_POINT_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
HEXADECIMAL_FLOATING_POINT_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
HistoryMethodAdapter - Class in net.sourceforge.cobertura.instrument
A message adapter that keeps list of last N events.
HistoryMethodAdapter(MethodVisitor, int) - Constructor for class net.sourceforge.cobertura.instrument.HistoryMethodAdapter
 
HOOK - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
HOOK - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
HOOK - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
HOOK - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
HTMLReport - Class in net.sourceforge.cobertura.reporting.html
 
HTMLReport(ProjectData, File, FileFinder, ComplexityCalculator, String) - Constructor for class net.sourceforge.cobertura.reporting.html.HTMLReport
Create a coverage report

I

Identifier() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
IDENTIFIER - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
IDENTIFIER - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
IDENTIFIER - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
Identifier() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
IDENTIFIER - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
IF - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
IF - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
IF - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
IF - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
IfStatement() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
IfStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
IfStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
IfStatement() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
Ignore - Class in net.sourceforge.cobertura.ant
 
Ignore() - Constructor for class net.sourceforge.cobertura.ant.Ignore
 
IgnoreBranches - Class in net.sourceforge.cobertura.ant
 
IgnoreBranches() - Constructor for class net.sourceforge.cobertura.ant.IgnoreBranches
 
ignoredStatus - Variable in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeMethodVisitor
 
ignoreLine(int, int) - Method in class net.sourceforge.cobertura.instrument.pass2.BuildClassMapTouchPointListener
 
ignoreLine(int, int) - Method in class net.sourceforge.cobertura.instrument.pass3.InjectCodeTouchPointListener
 
ignoreLine(int, int) - Method in interface net.sourceforge.cobertura.instrument.TouchPointListener
If we determined that some line should be not 'counted' by cobertura (for example the line might be specified in AbstractFindTouchPointsClassInstrumenter.ignoreRegexp) we call this method.
IgnoreMethodAnnotation - Class in net.sourceforge.cobertura.ant
 
IgnoreMethodAnnotation() - Constructor for class net.sourceforge.cobertura.ant.IgnoreMethodAnnotation
 
image - Variable in class net.sourceforge.cobertura.javancss.parser.debug.Token
The string image of the token.
image - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.Token
The string image of the token.
image - Variable in class net.sourceforge.cobertura.javancss.parser.java15.Token
The string image of the token.
image - Variable in class net.sourceforge.cobertura.javancss.parser.Token
The string image of the token.
IMPLEMENTS - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
IMPLEMENTS - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
IMPLEMENTS - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
IMPLEMENTS - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
ImplementsList(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ImplementsList(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ImplementsList(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ImplementsList(boolean) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
IMPORT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
IMPORT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
IMPORT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
IMPORT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
IMPORT_NAME - Static variable in class net.sourceforge.cobertura.reporting.html.JavaToHtml.State
 
ImportDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ImportDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ImportDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ImportDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
ImportUnit() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ImportUnit() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ImportUnit() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ImportUnit() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
IN_FORMAL_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
Lexical state.
IN_FORMAL_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
Lexical state.
IN_MULTI_LINE_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
Lexical state.
IN_MULTI_LINE_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
Lexical state.
IN_MULTI_LINE_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
Lexical state.
IN_MULTI_LINE_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
Lexical state.
IN_SINGLE_LINE_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
Lexical state.
IN_SINGLE_LINE_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
Lexical state.
inBuf - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
inBuf - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
inBuf - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
inBuf - Variable in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
IncludeClasses - Class in net.sourceforge.cobertura.ant
 
IncludeClasses() - Constructor for class net.sourceforge.cobertura.ant.IncludeClasses
 
InclusiveOrExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
InclusiveOrExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
InclusiveOrExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
InclusiveOrExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
INCR - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
INCR - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
INCR - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
INCR - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
Init - Class in net.sourceforge.cobertura.javancss.ccl
 
Init() - Constructor for class net.sourceforge.cobertura.javancss.ccl.Init
 
init() - Method in class net.sourceforge.cobertura.util.ConfigurationUtil
 
Initializer() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
Initializer() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
Initializer() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
Initializer() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
InjectCodeClassInstrumenter - Class in net.sourceforge.cobertura.instrument.pass3
This class is responsible for real instrumentation of the user's class.
InjectCodeClassInstrumenter(ClassVisitor, Collection<Pattern>, boolean, ClassMap, Map<Integer, Map<Integer, Integer>>, Set<String>) - Constructor for class net.sourceforge.cobertura.instrument.pass3.InjectCodeClassInstrumenter
 
InjectCodeTouchPointListener - Class in net.sourceforge.cobertura.instrument.pass3
Inject code provided by InjectCodeTouchPointListener.codeProvider into the instrumented method's body.
InjectCodeTouchPointListener(ClassMap, CodeProvider) - Constructor for class net.sourceforge.cobertura.instrument.pass3.InjectCodeTouchPointListener
 
input_stream - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
 
input_stream - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugTokenManager
 
input_stream - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15TokenManager
 
input_stream - Variable in class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
 
inputStream - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
inputStream - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
inputStream - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
inputStream - Variable in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
INSTANCEOF - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
INSTANCEOF - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
INSTANCEOF - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
INSTANCEOF - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
InstanceOfExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
InstanceOfExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
InstanceOfExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
InstanceOfExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
instrumentClass(File) - Method in class net.sourceforge.cobertura.instrument.CoberturaInstrumenter
Analyzes and instruments class given by path.
instrumentClass(InputStream) - Method in class net.sourceforge.cobertura.instrument.CoberturaInstrumenter
Analyzes and instruments class given by inputStream

InstrumentTask - Class in net.sourceforge.cobertura.ant
 
InstrumentTask() - Constructor for class net.sourceforge.cobertura.ant.InstrumentTask
 
INT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
INT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
INT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
INT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
INTEGER_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
INTEGER_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
INTEGER_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
INTEGER_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
INTERFACE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
INTERFACE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
INTERFACE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
INTERFACE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
InterfaceDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
InterfaceDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
InterfaceMemberDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
InterfaceMemberDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
IOUtil - Class in net.sourceforge.cobertura.util
Helper class with useful I/O operations.
IOUtil() - Constructor for class net.sourceforge.cobertura.util.IOUtil
 
isAbstract(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
isAbstract(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
isAbstract(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
isAbstract(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
isArchive(String) - Static method in class net.sourceforge.cobertura.util.ArchiveUtil
Return true if the given name ends with .jar, .zip, .war, .ear, or .sar (case insensitive).
isCovered() - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
isDebug() - Static method in class net.sourceforge.cobertura.javancss.ccl.Util
 
isEmpty(String) - Static method in class net.sourceforge.cobertura.javancss.ccl.Util
Tests, if a given String equals null or "".
isFinal(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
isFinal(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
isFinal(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
isFinal(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
isJumpDestinationLabel(int) - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
 
isMeaningful() - Method in class net.sourceforge.cobertura.instrument.pass1.CodeFootstamp
Some signatures are to simple (empty) and generates false positive duplicates.
isNative(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
isNative(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
isNative(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
isNative(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
isPrivate(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
isPrivate(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
isPrivate(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
isPrivate(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
isProtected(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
isProtected(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
isProtected(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
isProtected(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
isPublic(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
A set of accessors that indicate whether the specified modifier is in the set.
isPublic(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
A set of accessors that indicate whether the specified modifier is in the set.
isPublic(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
A set of accessors that indicate whether the specified modifier is in the set.
isPublic(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
A set of accessors that indicate whether the specified modifier is in the set.
isSignatureFile(String) - Static method in class net.sourceforge.cobertura.util.ArchiveUtil
Check to see if the given file name is a signature file (meta-inf/*.rsa or meta-inf/*.sf).
isStatic(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
isStatic(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
isStatic(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
isStatic(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
isStrictfp(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
isStrictfp(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
isStrictfp(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
isStrictfp(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
isSynchronized(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
isSynchronized(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
isSynchronized(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
isSynchronized(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
isTransient(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
isTransient(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
isTransient(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
isTransient(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
isValidSourceLineNumber(int) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
Determine if a given line number is a valid line of code.
isValidSourceLineNumber(int) - Method in class net.sourceforge.cobertura.coveragedata.SourceFileData
 
isVolatile(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
isVolatile(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
isVolatile(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
isVolatile(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 

J

JavaCharStream - Class in net.sourceforge.cobertura.javancss.parser.debug
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Constructor.
JavaCharStream(Reader, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Constructor.
JavaCharStream(Reader) - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Constructor.
JavaCharStream(InputStream, String) - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Constructor.
JavaCharStream(InputStream) - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Constructor.
JavaCharStream - Class in net.sourceforge.cobertura.javancss.parser.java15.debug
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Constructor.
JavaCharStream(Reader, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Constructor.
JavaCharStream(Reader) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Constructor.
JavaCharStream(InputStream, String) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Constructor.
JavaCharStream(InputStream) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Constructor.
JavaCharStream - Class in net.sourceforge.cobertura.javancss.parser.java15
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Constructor.
JavaCharStream(Reader, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Constructor.
JavaCharStream(Reader) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Constructor.
JavaCharStream(InputStream, String) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Constructor.
JavaCharStream(InputStream) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Constructor.
JavaCharStream - Class in net.sourceforge.cobertura.javancss.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Constructor.
JavaCharStream(Reader, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Constructor.
JavaCharStream(Reader) - Constructor for class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, String) - Constructor for class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream) - Constructor for class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Constructor.
javadocs - Variable in class net.sourceforge.cobertura.javancss.Metric
 
javadocsLn - Variable in class net.sourceforge.cobertura.javancss.Metric
 
Javancss - Class in net.sourceforge.cobertura.javancss
While the Java parser class might be the heart of JavaNCSS, this class is the brain.
Javancss(List) - Constructor for class net.sourceforge.cobertura.javancss.Javancss
 
Javancss(File) - Constructor for class net.sourceforge.cobertura.javancss.Javancss
 
Javancss(InputStream) - Constructor for class net.sourceforge.cobertura.javancss.Javancss
 
Javancss() - Constructor for class net.sourceforge.cobertura.javancss.Javancss
Only way to create object that does not immediately start to parse.
JavaParser - Class in net.sourceforge.cobertura.javancss.parser
Java source code parser based on a grammar compiled by JavaCC from Java1.1.jj to the JavaParser class.
JavaParser(InputStream) - Constructor for class net.sourceforge.cobertura.javancss.parser.JavaParser
Constructor with InputStream.
JavaParser(InputStream, String) - Constructor for class net.sourceforge.cobertura.javancss.parser.JavaParser
Constructor with InputStream and supplied encoding
JavaParser(Reader) - Constructor for class net.sourceforge.cobertura.javancss.parser.JavaParser
Constructor.
JavaParser(JavaParserTokenManager) - Constructor for class net.sourceforge.cobertura.javancss.parser.JavaParser
Constructor with generated Token Manager.
JavaParser.ModifierSet - Class in net.sourceforge.cobertura.javancss.parser
Class to hold modifiers.
JavaParser.ModifierSet() - Constructor for class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
JavaParser15 - Class in net.sourceforge.cobertura.javancss.parser.java15
Grammar to parse Java version 1.5
JavaParser15(String) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
JavaParser15(InputStream) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
Constructor with InputStream.
JavaParser15(InputStream, String) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
Constructor with InputStream and supplied encoding
JavaParser15(Reader) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
Constructor.
JavaParser15(JavaParser15TokenManager) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
Constructor with generated Token Manager.
JavaParser15.ModifierSet - Class in net.sourceforge.cobertura.javancss.parser.java15
Class to hold modifiers.
JavaParser15.ModifierSet() - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
JavaParser15Constants - Interface in net.sourceforge.cobertura.javancss.parser.java15
Token literal values and constants.
JavaParser15Debug - Class in net.sourceforge.cobertura.javancss.parser.java15.debug
Grammar to parse Java version 1.5
JavaParser15Debug(String) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
JavaParser15Debug(InputStream) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
Constructor with InputStream.
JavaParser15Debug(InputStream, String) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
Constructor with InputStream and supplied encoding
JavaParser15Debug(Reader) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
Constructor.
JavaParser15Debug(JavaParser15DebugTokenManager) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
Constructor with generated Token Manager.
JavaParser15Debug.ModifierSet - Class in net.sourceforge.cobertura.javancss.parser.java15.debug
Class to hold modifiers.
JavaParser15Debug.ModifierSet() - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
JavaParser15DebugConstants - Interface in net.sourceforge.cobertura.javancss.parser.java15.debug
Token literal values and constants.
JavaParser15DebugTokenManager - Class in net.sourceforge.cobertura.javancss.parser.java15.debug
Token Manager.
JavaParser15DebugTokenManager(JavaCharStream) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugTokenManager
Constructor.
JavaParser15DebugTokenManager(JavaCharStream, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugTokenManager
Constructor.
JavaParser15TokenManager - Class in net.sourceforge.cobertura.javancss.parser.java15
Token Manager.
JavaParser15TokenManager(JavaCharStream) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15TokenManager
Constructor.
JavaParser15TokenManager(JavaCharStream, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15TokenManager
Constructor.
JavaParserConstants - Interface in net.sourceforge.cobertura.javancss.parser
Token literal values and constants.
JavaParserDebug - Class in net.sourceforge.cobertura.javancss.parser.debug
Java source code parser based on a grammar compiled by JavaCC from Java1.1.jj to the JavaParserDebug class.
JavaParserDebug(InputStream) - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
Constructor with InputStream.
JavaParserDebug(InputStream, String) - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
Constructor with InputStream and supplied encoding
JavaParserDebug(Reader) - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
Constructor.
JavaParserDebug(JavaParserDebugTokenManager) - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
Constructor with generated Token Manager.
JavaParserDebug.ModifierSet - Class in net.sourceforge.cobertura.javancss.parser.debug
Class to hold modifiers.
JavaParserDebug.ModifierSet() - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
JavaParserDebugConstants - Interface in net.sourceforge.cobertura.javancss.parser.debug
Token literal values and constants.
JavaParserDebugTokenManager - Class in net.sourceforge.cobertura.javancss.parser.debug
Token Manager.
JavaParserDebugTokenManager(JavaCharStream) - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
Constructor.
JavaParserDebugTokenManager(JavaCharStream, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
Constructor.
JavaParserInterface - Interface in net.sourceforge.cobertura.javancss.parser
 
JavaParserTokenManager - Class in net.sourceforge.cobertura.javancss.parser
Token Manager.
JavaParserTokenManager(JavaCharStream) - Constructor for class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
Constructor.
JavaParserTokenManager(JavaCharStream, int) - Constructor for class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
Constructor.
JavaToHtml - Class in net.sourceforge.cobertura.reporting.html
 
JavaToHtml() - Constructor for class net.sourceforge.cobertura.reporting.html.JavaToHtml
 
JavaToHtml.State - Class in net.sourceforge.cobertura.reporting.html
 
JavaToHtml.State() - Constructor for class net.sourceforge.cobertura.reporting.html.JavaToHtml.State
 
jj_nt - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
Next token.
jj_nt - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
Next token.
jj_nt - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
Next token.
jj_nt - Variable in class net.sourceforge.cobertura.javancss.parser.JavaParser
Next token.
jjFillToken() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
 
jjFillToken() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugTokenManager
 
jjFillToken() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15TokenManager
 
jjFillToken() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
 
jjnewLexState - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
Lex State array.
jjnewLexState - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugTokenManager
Lex State array.
jjnewLexState - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15TokenManager
Lex State array.
jjnewLexState - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15TokenManager
Token literal values.
jjstrLiteralImages - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
Token literal values.
JumpData - Class in net.sourceforge.cobertura.coveragedata
 
JumpTouchPointDescriptor - Class in net.sourceforge.cobertura.instrument.tp
Class representing a touch-point connected to a JUMP instruction in source-code.
JumpTouchPointDescriptor(int, int) - Constructor for class net.sourceforge.cobertura.instrument.tp.JumpTouchPointDescriptor
 

K

KEYWORD - Static variable in class net.sourceforge.cobertura.reporting.html.JavaToHtml.State
 
kind - Variable in class net.sourceforge.cobertura.javancss.parser.debug.Token
An integer that describes the kind of this token.
kind - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.Token
An integer that describes the kind of this token.
kind - Variable in class net.sourceforge.cobertura.javancss.parser.java15.Token
An integer that describes the kind of this token.
kind - Variable in class net.sourceforge.cobertura.javancss.parser.Token
An integer that describes the kind of this token.

L

LabeledStatement() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
LabeledStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
LabeledStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
LabeledStatement() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
lastLineId - Variable in class net.sourceforge.cobertura.instrument.ContextMethodAwareMethodAdapter
What was the last lineId assigned.
LBRACE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
LBRACE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
LBRACE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
LBRACE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
LBRACKET - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
LBRACKET - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
LBRACKET - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
LBRACKET - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
LE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
LE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
LE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
LE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
LETTER - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
LETTER - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
LETTER - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
LETTER - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
LexicalError(boolean, int, int, int, String, char) - Static method in error net.sourceforge.cobertura.javancss.parser.debug.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error net.sourceforge.cobertura.javancss.parser.java15.debug.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error net.sourceforge.cobertura.javancss.parser.java15.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error net.sourceforge.cobertura.javancss.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
Lexer state names.
lexStateNames - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugTokenManager
Lexer state names.
lexStateNames - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15TokenManager
Lexer state names.
lexStateNames - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
Lexer state names.
LightClassmapListener - Interface in net.sourceforge.cobertura.coveragedata
 
line - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
line - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
line - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
line - Variable in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
LineData - Class in net.sourceforge.cobertura.coveragedata
 
lineIdGenerator - Variable in class net.sourceforge.cobertura.instrument.AbstractFindTouchPointsClassInstrumenter
We need to assign a unique lineId to every found 'LINENUMBER' directive in the asm code.
lineIdGenerator - Variable in class net.sourceforge.cobertura.instrument.ContextMethodAwareMethodAdapter
Generator that assigns unique (in scope of single class) identifiers to every LINENUMBER asm derective.
LineTouchPointDescriptor - Class in net.sourceforge.cobertura.instrument.tp
Class representing a touch-point connected to a single line of source-code

LineTouchPointDescriptor(int, int, String, String) - Constructor for class net.sourceforge.cobertura.instrument.tp.LineTouchPointDescriptor
 
Literal() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
Literal() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
Literal() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
Literal() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
loadCoverageData(File) - Static method in class net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler
 
LocalVariableDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
LocalVariableDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
LocalVariableDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
LocalVariableDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
lock - Variable in class net.sourceforge.cobertura.coveragedata.CoverageDataContainer
 
lock - Variable in class net.sourceforge.cobertura.coveragedata.JumpData
 
lock() - Method in class net.sourceforge.cobertura.util.FileLocker
Obtains a lock on the file.
LONG - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
LONG - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
LONG - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
LONG - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
LPAREN - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
LPAREN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
LPAREN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
LPAREN - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
LSHIFT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
LSHIFT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
LSHIFT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
LSHIFT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
LSHIFTASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
LSHIFTASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
LSHIFTASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
LSHIFTASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
LT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
LT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
LT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
LT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.

M

Main - Class in net.sourceforge.cobertura.check
 
Main(String[]) - Constructor for class net.sourceforge.cobertura.check.Main
 
main(String[]) - Static method in class net.sourceforge.cobertura.check.Main
 
Main - Class in net.sourceforge.cobertura.instrument
Add coverage instrumentation to existing classes.
Main() - Constructor for class net.sourceforge.cobertura.instrument.Main
 
main(String[]) - Static method in class net.sourceforge.cobertura.instrument.Main
 
main(String[]) - Static method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
main(String[]) - Static method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
Main - Class in net.sourceforge.cobertura.merge
 
Main(String[]) - Constructor for class net.sourceforge.cobertura.merge.Main
 
main(String[]) - Static method in class net.sourceforge.cobertura.merge.Main
 
Main - Class in net.sourceforge.cobertura.reporting
 
Main() - Constructor for class net.sourceforge.cobertura.reporting.Main
 
main(String[]) - Static method in class net.sourceforge.cobertura.reporting.Main
 
MarkerAnnotation() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
MarkerAnnotation() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
MarkerAnnotation() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
MarkerAnnotation() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
markNotTrivial() - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeMethodVisitor
 
matches(Collection, String) - Static method in class net.sourceforge.cobertura.util.RegexUtil
Check to see if one of the regular expressions in a collection match an input string.
maxNextCharInd - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
maxNextCharInd - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
maxNextCharInd - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
maxNextCharInd - Variable in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
MemberSelector() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
MemberSelector() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
MemberSelector() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
MemberSelector() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
MemberValue() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
MemberValue() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
MemberValue() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
MemberValue() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
MemberValueArrayInitializer() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
MemberValueArrayInitializer() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
MemberValueArrayInitializer() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
MemberValueArrayInitializer() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
MemberValuePair() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
MemberValuePair() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
MemberValuePair() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
MemberValuePair() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
MemberValuePairs() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
MemberValuePairs() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
MemberValuePairs() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
MemberValuePairs() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
merge(BranchCoverageData) - Method in interface net.sourceforge.cobertura.coveragedata.BranchCoverageData
Warning: This is generally implemented as a "shallow" merge.
merge(CoverageData) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
Merge some existing instrumentation with this instrumentation.
merge(CoverageData) - Method in interface net.sourceforge.cobertura.coveragedata.CoverageData
Warning: This is generally implemented as a "shallow" merge.
merge(CoverageData) - Method in class net.sourceforge.cobertura.coveragedata.CoverageDataContainer
Merge two CoverageDataContainers.
merge(BranchCoverageData) - Method in class net.sourceforge.cobertura.coveragedata.JumpData
 
merge(CoverageData) - Method in class net.sourceforge.cobertura.coveragedata.LineData
 
merge(CoverageData) - Method in class net.sourceforge.cobertura.coveragedata.ProjectData
 
merge(BranchCoverageData) - Method in class net.sourceforge.cobertura.coveragedata.SwitchData
 
MergeTask - Class in net.sourceforge.cobertura.ant
 
MergeTask() - Constructor for class net.sourceforge.cobertura.ant.MergeTask
 
MethodDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
MethodDeclaration(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
MethodDeclaration(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
MethodDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
MethodDeclaration15(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
MethodDeclaration15(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
MethodDeclarationLookahead() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
MethodDeclarationLookahead() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
MethodDeclarator() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
MethodDeclarator() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
MethodDeclarator() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
MethodDeclarator() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
MethodDeclarator15() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
MethodDeclarator15() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
methodName - Variable in class net.sourceforge.cobertura.instrument.ContextMethodAwareMethodAdapter
 
methodSignature - Variable in class net.sourceforge.cobertura.instrument.ContextMethodAwareMethodAdapter
 
Metric - Class in net.sourceforge.cobertura.javancss
Base data class to store all metrics common to packages, objects and functions.
Metric() - Constructor for class net.sourceforge.cobertura.javancss.Metric
 
MINUS - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
MINUS - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
MINUS - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
MINUS - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
MINUSASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
MINUSASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
MINUSASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
MINUSASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
Modifiers() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
Modifiers() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
Modifiers() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
Modifiers() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
moveFile(File, File) - Static method in class net.sourceforge.cobertura.util.IOUtil
Moves a file from one location to other.
MULTI_LINE_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
MULTI_LINE_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
MULTI_LINE_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
MULTI_LINE_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
multiLn - Variable in class net.sourceforge.cobertura.javancss.Metric
 
MultiplicativeExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
MultiplicativeExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
MultiplicativeExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
MultiplicativeExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 

N

name - Variable in class net.sourceforge.cobertura.javancss.Metric
 
Name() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
Name() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
Name() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
Name() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
NameList() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
NameList() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
NameList() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
NameList() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
NATIVE - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
NATIVE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
NATIVE - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
NATIVE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
NATIVE - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
NATIVE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
NATIVE - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
NATIVE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
nbligne - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
 
ncss - Variable in class net.sourceforge.cobertura.javancss.Metric
Non Commenting Source Statements (NCSS).
NE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
NE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
NE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
NE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
NestedClassDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
NestedClassDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
NestedInterfaceDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
NestedInterfaceDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
net.sourceforge.cobertura - package net.sourceforge.cobertura
 
net.sourceforge.cobertura.ant - package net.sourceforge.cobertura.ant
The ant tasks for Cobertura and assorted helper classes.
net.sourceforge.cobertura.check - package net.sourceforge.cobertura.check
 
net.sourceforge.cobertura.coveragedata - package net.sourceforge.cobertura.coveragedata
A hierarchy of classes used for storing metadata about each of your classes.
net.sourceforge.cobertura.instrument - package net.sourceforge.cobertura.instrument
 
net.sourceforge.cobertura.instrument.pass1 - package net.sourceforge.cobertura.instrument.pass1
There are cases when the same piece of java code generates multiple series of ASM instructions.
net.sourceforge.cobertura.instrument.pass2 - package net.sourceforge.cobertura.instrument.pass2
 
net.sourceforge.cobertura.instrument.pass3 - package net.sourceforge.cobertura.instrument.pass3
 
net.sourceforge.cobertura.instrument.tp - package net.sourceforge.cobertura.instrument.tp
 
net.sourceforge.cobertura.javancss - package net.sourceforge.cobertura.javancss
 
net.sourceforge.cobertura.javancss.ccl - package net.sourceforge.cobertura.javancss.ccl
 
net.sourceforge.cobertura.javancss.parser - package net.sourceforge.cobertura.javancss.parser
 
net.sourceforge.cobertura.javancss.parser.debug - package net.sourceforge.cobertura.javancss.parser.debug
 
net.sourceforge.cobertura.javancss.parser.java15 - package net.sourceforge.cobertura.javancss.parser.java15
 
net.sourceforge.cobertura.javancss.parser.java15.debug - package net.sourceforge.cobertura.javancss.parser.java15.debug
 
net.sourceforge.cobertura.merge - package net.sourceforge.cobertura.merge
 
net.sourceforge.cobertura.reporting - package net.sourceforge.cobertura.reporting
 
net.sourceforge.cobertura.reporting.html - package net.sourceforge.cobertura.reporting.html
 
net.sourceforge.cobertura.reporting.html.files - package net.sourceforge.cobertura.reporting.html.files
 
net.sourceforge.cobertura.reporting.xml - package net.sourceforge.cobertura.reporting.xml
 
net.sourceforge.cobertura.util - package net.sourceforge.cobertura.util
 
net.sourceforge.cobertura.webapp - package net.sourceforge.cobertura.webapp
 
NEW - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
NEW - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
NEW - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
NEW - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
newToken(int, String) - Static method in class net.sourceforge.cobertura.javancss.parser.debug.Token
Returns a new Token object, by default.
newToken(int) - Static method in class net.sourceforge.cobertura.javancss.parser.debug.Token
 
newToken(int, String) - Static method in class net.sourceforge.cobertura.javancss.parser.java15.debug.Token
Returns a new Token object, by default.
newToken(int) - Static method in class net.sourceforge.cobertura.javancss.parser.java15.debug.Token
 
newToken(int, String) - Static method in class net.sourceforge.cobertura.javancss.parser.java15.Token
Returns a new Token object, by default.
newToken(int) - Static method in class net.sourceforge.cobertura.javancss.parser.java15.Token
 
newToken(int, String) - Static method in class net.sourceforge.cobertura.javancss.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class net.sourceforge.cobertura.javancss.parser.Token
 
next - Variable in class net.sourceforge.cobertura.javancss.parser.debug.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class net.sourceforge.cobertura.javancss.parser.java15.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class net.sourceforge.cobertura.javancss.parser.Token
A reference to the next regular (non-special) token from the input stream.
nextCharBuf - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
nextCharBuf - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
nextCharBuf - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
nextCharBuf - Variable in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
nextCharInd - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
nextCharInd - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
nextCharInd - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
nextCharInd - Variable in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
NormalAnnotation() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
NormalAnnotation() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
NormalAnnotation() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
NormalAnnotation() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
normalizeFileName(String) - Static method in class net.sourceforge.cobertura.javancss.ccl.FileUtil
This method returns an absolute (canonical) file name.
NULL - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
NULL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
NULL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
NULL - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
NullLiteral() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
NullLiteral() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
NullLiteral() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
NullLiteral() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 

O

ObjectMetric - Class in net.sourceforge.cobertura.javancss
Basic data class to store all metrics attached to an object.
ObjectMetric() - Constructor for class net.sourceforge.cobertura.javancss.ObjectMetric
 
OCTAL_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
OCTAL_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
OCTAL_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
OCTAL_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
ORASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
ORASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
ORASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
ORASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.

P

PACKAGE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
PACKAGE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
PACKAGE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
PACKAGE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
PACKAGE_NAME - Static variable in class net.sourceforge.cobertura.reporting.html.JavaToHtml.State
 
PackageCoverage - Class in net.sourceforge.cobertura.check
 
PackageCoverage() - Constructor for class net.sourceforge.cobertura.check.PackageCoverage
 
PackageData - Class in net.sourceforge.cobertura.coveragedata
 
PackageData(String) - Constructor for class net.sourceforge.cobertura.coveragedata.PackageData
 
PackageDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
PackageDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
PackageDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
PackageDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
PackageMetric - Class in net.sourceforge.cobertura.javancss
Basic data class to store all metrics attached to a package.
PackageMetric() - Constructor for class net.sourceforge.cobertura.javancss.PackageMetric
 
panicIf(boolean) - Static method in class net.sourceforge.cobertura.javancss.ccl.Util
panicIf <=> not assert.
panicIf(boolean, String) - Static method in class net.sourceforge.cobertura.javancss.ccl.Util
panicIf <=> not assert.
parse() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
parse() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
parse() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
parse() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
parse() - Method in interface net.sourceforge.cobertura.javancss.parser.JavaParserInterface
 
ParseException - Exception in net.sourceforge.cobertura.javancss.parser.debug
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception net.sourceforge.cobertura.javancss.parser.debug.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception net.sourceforge.cobertura.javancss.parser.debug.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception net.sourceforge.cobertura.javancss.parser.debug.ParseException
Constructor with message.
ParseException - Exception in net.sourceforge.cobertura.javancss.parser.java15.debug
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception net.sourceforge.cobertura.javancss.parser.java15.debug.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception net.sourceforge.cobertura.javancss.parser.java15.debug.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception net.sourceforge.cobertura.javancss.parser.java15.debug.ParseException
Constructor with message.
ParseException - Exception in net.sourceforge.cobertura.javancss.parser.java15
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception net.sourceforge.cobertura.javancss.parser.java15.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception net.sourceforge.cobertura.javancss.parser.java15.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception net.sourceforge.cobertura.javancss.parser.java15.ParseException
Constructor with message.
ParseException - Exception in net.sourceforge.cobertura.javancss.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception net.sourceforge.cobertura.javancss.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception net.sourceforge.cobertura.javancss.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception net.sourceforge.cobertura.javancss.parser.ParseException
Constructor with message.
parseImports() - Method in class net.sourceforge.cobertura.javancss.Javancss
 
parseImportUnit() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
parseImportUnit() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
parseImportUnit() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
parseImportUnit() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
parseImportUnit() - Method in interface net.sourceforge.cobertura.javancss.parser.JavaParserInterface
 
PART_LETTER - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
PART_LETTER - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
PLUS - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
PLUS - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
PLUS - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
PLUS - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
PLUSASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
PLUSASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
PLUSASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
PLUSASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
PostfixExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
PostfixExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
PostfixExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
PostfixExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
PostfixLookahead() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
PostfixLookahead() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
PreDecrementExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
PreDecrementExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
PreDecrementExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
PreDecrementExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
PreIncrementExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
PreIncrementExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
PreIncrementExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
PreIncrementExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
preprocessCommandLineArguments(String[]) - Static method in class net.sourceforge.cobertura.util.CommandLineBuilder
Loads arguments from file if --commandsfile option is used.
prevCharIsCR - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
prevCharIsCR - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
prevCharIsCR - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
prevCharIsCR - Variable in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
prevCharIsLF - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
prevCharIsLF - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
prevCharIsLF - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
prevCharIsLF - Variable in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
PrimaryExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
PrimaryExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
PrimaryExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
PrimaryExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
PrimaryPrefix() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
PrimaryPrefix() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
PrimaryPrefix() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
PrimaryPrefix() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
PrimarySuffix() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
PrimarySuffix() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
PrimarySuffix() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
PrimarySuffix() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
PrimitiveType() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
PrimitiveType() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
PrimitiveType() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
PrimitiveType() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
print(PrintStream) - Static method in class net.sourceforge.cobertura.util.Header
 
printErr(char) - Static method in class net.sourceforge.cobertura.javancss.ccl.Util
 
printErr(String) - Static method in class net.sourceforge.cobertura.javancss.ccl.Util
 
println(String) - Static method in class net.sourceforge.cobertura.javancss.ccl.Util
 
printlnErr() - Static method in class net.sourceforge.cobertura.javancss.ccl.Util
 
printlnErr(String) - Static method in class net.sourceforge.cobertura.javancss.ccl.Util
 
PRIVATE - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
PRIVATE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
PRIVATE - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
PRIVATE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
PRIVATE - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
PRIVATE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
PRIVATE - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
PRIVATE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
process(String) - Method in class net.sourceforge.cobertura.reporting.html.JavaToHtml
Add HTML colorization to a block of Java code.
ProjectData - Class in net.sourceforge.cobertura.coveragedata
 
ProjectData() - Constructor for class net.sourceforge.cobertura.coveragedata.ProjectData
 
PROTECTED - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
PROTECTED - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
PROTECTED - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
PROTECTED - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
PROTECTED - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
PROTECTED - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
PROTECTED - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
PROTECTED - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
PUBLIC - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
PUBLIC - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
PUBLIC - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
PUBLIC - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
PUBLIC - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
PUBLIC - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
PUBLIC - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
PUBLIC - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
putDuplicatedLinesIntoMap(Map<Integer, Map<Integer, Integer>>) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeMethodVisitor
Analyzes (compare) all footstamps stored in DetectDuplicatedCodeMethodVisitor.line2label2codefootstamp and add found duplicated into DetectDuplicatedCodeMethodVisitor.duplicatesCollector
putIntoDuplicatesMaps(Label, Label) - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
 
putJumpTouchPoint(int, int, int) - Method in interface net.sourceforge.cobertura.coveragedata.LightClassmapListener
 
putLineTouchPoint(int, int, String, String) - Method in interface net.sourceforge.cobertura.coveragedata.LightClassmapListener
 
putSwitchTouchPoint(int, int, int...) - Method in interface net.sourceforge.cobertura.coveragedata.LightClassmapListener
 

Q

QUOTE_DOUBLE - Static variable in class net.sourceforge.cobertura.reporting.html.JavaToHtml.State
 
QUOTE_SINGLE - Static variable in class net.sourceforge.cobertura.reporting.html.JavaToHtml.State
 

R

RBRACE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
RBRACE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
RBRACE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
RBRACE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
RBRACKET - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
RBRACKET - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
RBRACKET - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
RBRACKET - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
ReadByte() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
ReadByte() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
ReadByte() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
ReadByte() - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
readChar() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Read a character.
readChar() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Read a character.
readChar() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Read a character.
readChar() - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Read a character.
readFile(String) - Static method in class net.sourceforge.cobertura.javancss.ccl.FileUtil
Reads a File and returns the content in a String.
ReferenceType() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ReferenceType() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ReferenceType() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ReferenceType() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
Regex - Class in net.sourceforge.cobertura.ant
 
Regex() - Constructor for class net.sourceforge.cobertura.ant.Regex
 
RegexUtil - Class in net.sourceforge.cobertura.util
Abstract, not to be instantiated utility class for Regex functions.
RegexUtil() - Constructor for class net.sourceforge.cobertura.util.RegexUtil
 
registerClass(Class<?>) - Static method in class net.sourceforge.cobertura.coveragedata.TouchCollector
 
registerClass(String) - Static method in class net.sourceforge.cobertura.coveragedata.TouchCollector
This method is only for backward compatibility Information: ASM version 4.1 does not allow for the data type java.lang.Class to be a parameter to the method visitLdcInsn which causes issues for anything below .class versions 49 and lower.
registerLineNumber(int, int, Label, String, String) - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
 
registerNewJump(int, int, Label) - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
 
registerNewLabel(int, int, Label) - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
 
registerSwitch(int, int, Label, Label[], String) - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
 
ReInit(Reader, int, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Reinitialise.
ReInit(Reader) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
Reinitialise.
ReInit(InputStream, String) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
Reinitialise.
ReInit(Reader) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
Reinitialise.
ReInit(JavaParserDebugTokenManager) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
Reinitialise.
ReInit(JavaCharStream) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
Reinitialise parser.
ReInit(JavaCharStream, int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Reinitialise.
ReInit(Reader) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
Reinitialise.
ReInit(InputStream, String) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
Reinitialise.
ReInit(Reader) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
Reinitialise.
ReInit(JavaParser15DebugTokenManager) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
Reinitialise.
ReInit(JavaCharStream) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugTokenManager
Reinitialise parser.
ReInit(JavaCharStream, int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Reinitialise.
ReInit(Reader) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
Reinitialise.
ReInit(InputStream, String) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
Reinitialise.
ReInit(Reader) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
Reinitialise.
ReInit(JavaParser15TokenManager) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
Reinitialise.
ReInit(JavaCharStream) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15TokenManager
Reinitialise parser.
ReInit(JavaCharStream, int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15TokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Reinitialise.
ReInit(Reader) - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
Reinitialise.
ReInit(InputStream, String) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
Reinitialise.
ReInit(Reader) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
Reinitialise.
ReInit(JavaParserTokenManager) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
Reinitialise.
ReInit(JavaCharStream) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
Reinitialise parser.
ReInit(JavaCharStream, int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
Reinitialise parser.
RelationalExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
RelationalExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
RelationalExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
RelationalExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
release() - Method in class net.sourceforge.cobertura.util.FileLocker
Releases the lock on the file.
REM - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
REM - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
REM - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
REM - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
REMASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
REMASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
REMASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
REMASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
removeLine(int) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
replaceAll(String, String, String) - Static method in class net.sourceforge.cobertura.util.StringUtil
Replaces all instances of "replace" with "with" from the "original" string.
ReportTask - Class in net.sourceforge.cobertura.ant
Generate a coverage report based on coverage data generated by instrumented classes.
ReportTask() - Constructor for class net.sourceforge.cobertura.ant.ReportTask
 
reset() - Method in class net.sourceforge.cobertura.reporting.html.JavaToHtml
Reset the state of this Java parser.
RESOURCE - Static variable in class net.sourceforge.cobertura.util.ConfigurationUtil
 
ResultType() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ResultType() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ResultType() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ResultType() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
RETURN - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
RETURN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
RETURN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
RETURN - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
ReturnStatement() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ReturnStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ReturnStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ReturnStatement() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
RPAREN - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
RPAREN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
RPAREN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
RPAREN - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
RSIGNEDSHIFT() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
RSIGNEDSHIFT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
RSIGNEDSHIFT() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
RSIGNEDSHIFT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
RSIGNEDSHIFTASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
RSIGNEDSHIFTASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
RSIGNEDSHIFTASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
RSIGNEDSHIFTASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
run() - Method in class net.sourceforge.cobertura.coveragedata.SaveTimer
 
RUNSIGNEDSHIFT() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
RUNSIGNEDSHIFT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
RUNSIGNEDSHIFT() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
RUNSIGNEDSHIFT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
RUNSIGNEDSHIFTASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
RUNSIGNEDSHIFTASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
RUNSIGNEDSHIFTASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
RUNSIGNEDSHIFTASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.

S

saveArgs() - Method in class net.sourceforge.cobertura.util.CommandLineBuilder
Saves options and made file available to use.
saveCoverageData(ProjectData, File) - Static method in class net.sourceforge.cobertura.coveragedata.CoverageDataFileHandler
 
saveGlobalProjectData() - Static method in class net.sourceforge.cobertura.coveragedata.ProjectData
 
SaveTimer - Class in net.sourceforge.cobertura.coveragedata
 
SaveTimer() - Constructor for class net.sourceforge.cobertura.coveragedata.SaveTimer
 
SC_AND - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
SC_AND - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
SC_AND - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
SC_AND - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
SC_OR - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
SC_OR - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
SC_OR - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
SC_OR - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
SEMICOLON - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
SEMICOLON - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
SEMICOLON - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
SEMICOLON - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
setAnnotationName(String) - Method in class net.sourceforge.cobertura.ant.IgnoreMethodAnnotation
 
setAuxClasspath(Path) - Method in class net.sourceforge.cobertura.ant.InstrumentTask
 
setBranchRate(String) - Method in class net.sourceforge.cobertura.ant.CheckTask
 
setBranchRate(String) - Method in class net.sourceforge.cobertura.ant.Regex
 
setClassName(String) - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
 
setClasspath(Path) - Method in class net.sourceforge.cobertura.ant.CommonMatchingTask
 
setClasspathRef(Reference) - Method in class net.sourceforge.cobertura.ant.CommonMatchingTask
 
setClazz(Class<?>) - Method in interface net.sourceforge.cobertura.coveragedata.LightClassmapListener
 
setClazz(String) - Method in interface net.sourceforge.cobertura.coveragedata.LightClassmapListener
 
setContainsInstrumentationInfo() - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
setCounterId(Integer) - Method in class net.sourceforge.cobertura.instrument.tp.SwitchTouchPointDescriptor
 
setCounterIdForFalse(int) - Method in class net.sourceforge.cobertura.instrument.tp.JumpTouchPointDescriptor
 
setCounterIdForTrue(int) - Method in class net.sourceforge.cobertura.instrument.tp.JumpTouchPointDescriptor
 
setDataFile(String) - Method in class net.sourceforge.cobertura.ant.CheckTask
 
setDataFile(String) - Method in class net.sourceforge.cobertura.ant.InstrumentTask
 
setDataFile(String) - Method in class net.sourceforge.cobertura.ant.MergeTask
 
setDataFile(String) - Method in class net.sourceforge.cobertura.ant.ReportTask
 
setDebug(boolean) - Static method in class net.sourceforge.cobertura.javancss.ccl.Util
 
setDebugStream(PrintStream) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15TokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
Set debug output.
setDestDir(File) - Method in class net.sourceforge.cobertura.ant.ReportTask
 
setDestinationDirectory(File) - Method in class net.sourceforge.cobertura.instrument.CoberturaInstrumenter
Sets the root directory for instrumented classes.
setEncoding(String) - Method in class net.sourceforge.cobertura.ant.ReportTask
 
setEncoding(String) - Method in class net.sourceforge.cobertura.javancss.Javancss
 
setEventId(int) - Method in class net.sourceforge.cobertura.instrument.tp.TouchPointDescriptor
Sets eventId (asm code identifier) of the interesting instruction
setExit() - Method in interface net.sourceforge.cobertura.javancss.ccl.Exitable
 
setExit() - Method in class net.sourceforge.cobertura.javancss.Javancss
 
setFailonerror(boolean) - Method in class net.sourceforge.cobertura.ant.CommonMatchingTask
If true, then fail if the command exits with a returncode other than zero.
setFailOnError(boolean) - Method in class net.sourceforge.cobertura.instrument.CoberturaInstrumenter
 
setFailureProperty(String) - Method in class net.sourceforge.cobertura.ant.CheckTask
 
setForkedJVMDebugPort(int) - Method in class net.sourceforge.cobertura.ant.CommonMatchingTask
Used to debug the process that is forked to perform the operation.
setForkedJVMDebugPort(Integer) - Method in class net.sourceforge.cobertura.ant.InstrumentTask
 
setFormat(String) - Method in class net.sourceforge.cobertura.ant.ReportTask
 
setHaltOnFailure(boolean) - Method in class net.sourceforge.cobertura.ant.CheckTask
 
setIgnoreMethodAnnotations(Set<String>) - Method in class net.sourceforge.cobertura.instrument.CoberturaInstrumenter
 
setIgnoreRegexes(Collection<Pattern>) - Method in class net.sourceforge.cobertura.instrument.CoberturaInstrumenter
Sets list of patterns to know that we don't want trace lines that are calls to some methods
setIgnoreRegexp(Collection<Pattern>) - Method in class net.sourceforge.cobertura.instrument.AbstractFindTouchPointsClassInstrumenter
Sets list of pattern to know that we don't want trace lines that are calls to some methods
setIgnoreRegexp(Collection<Pattern>) - Method in class net.sourceforge.cobertura.instrument.FindTouchPointsMethodAdapter
sets list of patterns to know that we don't want trace lines that are calls to some methods
setIgnoreTrivial(boolean) - Method in class net.sourceforge.cobertura.ant.InstrumentTask
 
setIgnoreTrivial(boolean) - Method in class net.sourceforge.cobertura.instrument.CoberturaInstrumenter
 
setLastJumpIdVariableIndex(int) - Method in class net.sourceforge.cobertura.instrument.pass3.InjectCodeTouchPointListener
Index of 'internal variable'.
setLineNumber(int) - Method in class net.sourceforge.cobertura.instrument.tp.TouchPointDescriptor
Sets number of line in which the touch-point is localized
setLineRate(String) - Method in class net.sourceforge.cobertura.ant.CheckTask
 
setLineRate(String) - Method in class net.sourceforge.cobertura.ant.Regex
 
setMaxBranches(int) - Method in class net.sourceforge.cobertura.coveragedata.SwitchData
 
setMaxMemory(String) - Method in class net.sourceforge.cobertura.ant.CommonMatchingTask
 
setPackageBranchRate(String) - Method in class net.sourceforge.cobertura.ant.CheckTask
 
setPackageLineRate(String) - Method in class net.sourceforge.cobertura.ant.CheckTask
 
setPattern(String) - Method in class net.sourceforge.cobertura.ant.Regex
 
setProjectData(ProjectData) - Method in class net.sourceforge.cobertura.instrument.CoberturaInstrumenter
Sets ProjectData that will be filled with information about touch points inside instrumented classes
setRegex(String) - Method in class net.sourceforge.cobertura.ant.ExcludeClasses
 
setRegex(String) - Method in class net.sourceforge.cobertura.ant.Ignore
 
setRegex(String) - Method in class net.sourceforge.cobertura.ant.IgnoreBranches
 
setRegex(String) - Method in class net.sourceforge.cobertura.ant.IncludeClasses
 
setSource(String) - Method in interface net.sourceforge.cobertura.coveragedata.LightClassmapListener
 
setSource(String) - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
 
setSourceFile(File) - Method in class net.sourceforge.cobertura.javancss.Javancss
 
setSourceFileName(String) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
 
setSrcDir(String) - Method in class net.sourceforge.cobertura.ant.ReportTask
 
setTabSize(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
setTabSize(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
setTabSize(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
setTabSize(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
setThreadsafeRigorous(boolean) - Method in class net.sourceforge.cobertura.ant.InstrumentTask
 
setThreadsafeRigorous(boolean) - Method in class net.sourceforge.cobertura.instrument.CoberturaInstrumenter
 
setToDir(File) - Method in class net.sourceforge.cobertura.ant.InstrumentTask
 
setTotalBranchRate(String) - Method in class net.sourceforge.cobertura.ant.CheckTask
 
setTotalLineRate(String) - Method in class net.sourceforge.cobertura.ant.CheckTask
 
setTouchPointListener(TouchPointListener) - Method in class net.sourceforge.cobertura.instrument.FindTouchPointsMethodAdapter
Niestety terminalnie.
ShiftExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ShiftExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ShiftExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ShiftExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
SHORT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
SHORT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
SHORT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
SHORT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
shouldBeInstrumented() - Method in class net.sourceforge.cobertura.instrument.pass2.BuildClassMapClassVisitor
It's flag that signals if the class should be instrumented by Cobertura.
SINGLE_LINE_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
SINGLE_LINE_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
SINGLE_LINE_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
SINGLE_LINE_COMMENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
SINGLE_LINE_COMMENT2 - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
SINGLE_LINE_COMMENT2 - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
singleLn - Variable in class net.sourceforge.cobertura.javancss.Metric
 
SingleMemberAnnotation() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
SingleMemberAnnotation() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
SingleMemberAnnotation() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
SingleMemberAnnotation() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
SLASH - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
SLASH - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
SLASH - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
SLASH - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
SLASHASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
SLASHASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
SLASHASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
SLASHASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
sort(Vector<Object>) - Static method in class net.sourceforge.cobertura.javancss.ccl.Util
 
Source - Class in net.sourceforge.cobertura.util
 
Source(InputStream, Object) - Constructor for class net.sourceforge.cobertura.util.Source
 
SourceFileData - Class in net.sourceforge.cobertura.coveragedata
 
SourceFileData(String) - Constructor for class net.sourceforge.cobertura.coveragedata.SourceFileData
 
SourceFileDataBaseNameComparator - Class in net.sourceforge.cobertura.reporting.html
 
SourceFileDataBaseNameComparator() - Constructor for class net.sourceforge.cobertura.reporting.html.SourceFileDataBaseNameComparator
 
specialToken - Variable in class net.sourceforge.cobertura.javancss.parser.debug.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class net.sourceforge.cobertura.javancss.parser.java15.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class net.sourceforge.cobertura.javancss.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
STAR - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
STAR - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
STAR - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
STAR - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
STARASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
STARASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
STARASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
STARASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
Statement() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
Statement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
Statement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
Statement() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
StatementExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
StatementExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
StatementExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
StatementExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
StatementExpressionList() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
StatementExpressionList() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
StatementExpressionList() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
StatementExpressionList() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
STATIC - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
STATIC - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
STATIC - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
STATIC - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
STATIC - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
STATIC - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
STATIC - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
STATIC - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
staticFlag - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
Whether parser is static.
staticFlag - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
Whether parser is static.
staticFlag - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
Whether parser is static.
staticFlag - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
Whether parser is static.
STRICTFP - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
STRICTFP - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
STRICTFP - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
STRICTFP - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
STRICTFP - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
STRICTFP - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
STRING_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
STRING_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
STRING_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
STRING_LITERAL - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
stringToLines(String, char) - Static method in class net.sourceforge.cobertura.javancss.ccl.Util
This function takes a String and separates it into different lines.
stringToLines(String) - Static method in class net.sourceforge.cobertura.javancss.ccl.Util
This function takes a String and separates it into different lines.
StringUtil - Class in net.sourceforge.cobertura.util
Abstract, not to be instantiated utility class for String functions.
StringUtil() - Constructor for class net.sourceforge.cobertura.util.StringUtil
 
STUFF_TO_IGNORE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
STUFF_TO_IGNORE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
SummaryXMLReport - Class in net.sourceforge.cobertura.reporting.xml
 
SummaryXMLReport(ProjectData, File, FileFinder, ComplexityCalculator) - Constructor for class net.sourceforge.cobertura.reporting.xml.SummaryXMLReport
 
SUPER - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
SUPER - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
SUPER - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
SUPER - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
SWITCH - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
SWITCH - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
SWITCH - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
SWITCH - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
SwitchData - Class in net.sourceforge.cobertura.coveragedata
 
SwitchData(int, int[], int) - Constructor for class net.sourceforge.cobertura.coveragedata.SwitchData
 
SwitchData(int, int, int, int) - Constructor for class net.sourceforge.cobertura.coveragedata.SwitchData
 
SwitchData(int, int) - Constructor for class net.sourceforge.cobertura.coveragedata.SwitchData
 
SwitchLabel() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
SwitchLabel() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
SwitchLabel() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
SwitchLabel() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
SwitchStatement() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
SwitchStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
SwitchStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
SwitchStatement() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
SwitchTo(int) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15TokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
Switch to specified lex state.
SwitchTouchPointDescriptor - Class in net.sourceforge.cobertura.instrument.tp
Class representing a touch-point connected to a a SWITCH instruction in a source-code

SwitchTouchPointDescriptor(int, int, Label, Label[], String) - Constructor for class net.sourceforge.cobertura.instrument.tp.SwitchTouchPointDescriptor
Creates o new switch-touch point.
SYNCHRONIZED - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
SYNCHRONIZED - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
SYNCHRONIZED - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
SYNCHRONIZED - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
SYNCHRONIZED - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
SYNCHRONIZED - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
SYNCHRONIZED - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
SYNCHRONIZED - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
SynchronizedStatement() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
SynchronizedStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
SynchronizedStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
SynchronizedStatement() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
synchronizeState() - Method in class net.sourceforge.cobertura.coveragedata.CoverageDataContainer
 

T

tabSize - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
tabSize - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
tabSize - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
tabSize - Variable in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
TESTAAAA - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
TESTAAAA - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
THIS - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
THIS - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
THIS - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
THIS - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
THROW - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
THROW - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
THROW - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
THROW - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
THROWS - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
THROWS - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
THROWS - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
THROWS - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
ThrowStatement() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
ThrowStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
ThrowStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
ThrowStatement() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
TILDE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
TILDE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
TILDE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
TILDE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
token - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
Current token.
Token - Class in net.sourceforge.cobertura.javancss.parser.debug
Describes the input token stream.
Token() - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.Token
No-argument constructor
Token(int) - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class net.sourceforge.cobertura.javancss.parser.debug.Token
Constructs a new token for the specified Image and Kind.
token - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
Current token.
Token - Class in net.sourceforge.cobertura.javancss.parser.java15.debug
Describes the input token stream.
Token() - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.Token
No-argument constructor
Token(int) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.debug.Token
Constructs a new token for the specified Image and Kind.
token - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
Current token.
Token - Class in net.sourceforge.cobertura.javancss.parser.java15
Describes the input token stream.
Token() - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.Token
No-argument constructor
Token(int) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class net.sourceforge.cobertura.javancss.parser.java15.Token
Constructs a new token for the specified Image and Kind.
token - Variable in class net.sourceforge.cobertura.javancss.parser.JavaParser
Current token.
Token - Class in net.sourceforge.cobertura.javancss.parser
Describes the input token stream.
Token() - Constructor for class net.sourceforge.cobertura.javancss.parser.Token
No-argument constructor
Token(int) - Constructor for class net.sourceforge.cobertura.javancss.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class net.sourceforge.cobertura.javancss.parser.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
Generated Token Manager.
token_source - Variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
Generated Token Manager.
token_source - Variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
Generated Token Manager.
token_source - Variable in class net.sourceforge.cobertura.javancss.parser.JavaParser
Generated Token Manager.
tokenImage - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
Literal token values.
tokenImage - Variable in exception net.sourceforge.cobertura.javancss.parser.debug.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
Literal token values.
tokenImage - Variable in exception net.sourceforge.cobertura.javancss.parser.java15.debug.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
Literal token values.
tokenImage - Variable in exception net.sourceforge.cobertura.javancss.parser.java15.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
Literal token values.
tokenImage - Variable in exception net.sourceforge.cobertura.javancss.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in net.sourceforge.cobertura.javancss.parser.debug
Token Manager Error.
TokenMgrError() - Constructor for error net.sourceforge.cobertura.javancss.parser.debug.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error net.sourceforge.cobertura.javancss.parser.debug.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error net.sourceforge.cobertura.javancss.parser.debug.TokenMgrError
Full Constructor.
TokenMgrError - Error in net.sourceforge.cobertura.javancss.parser.java15.debug
Token Manager Error.
TokenMgrError() - Constructor for error net.sourceforge.cobertura.javancss.parser.java15.debug.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error net.sourceforge.cobertura.javancss.parser.java15.debug.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error net.sourceforge.cobertura.javancss.parser.java15.debug.TokenMgrError
Full Constructor.
TokenMgrError - Error in net.sourceforge.cobertura.javancss.parser.java15
Token Manager Error.
TokenMgrError() - Constructor for error net.sourceforge.cobertura.javancss.parser.java15.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error net.sourceforge.cobertura.javancss.parser.java15.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error net.sourceforge.cobertura.javancss.parser.java15.TokenMgrError
Full Constructor.
TokenMgrError - Error in net.sourceforge.cobertura.javancss.parser
Token Manager Error.
TokenMgrError() - Constructor for error net.sourceforge.cobertura.javancss.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error net.sourceforge.cobertura.javancss.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error net.sourceforge.cobertura.javancss.parser.TokenMgrError
Full Constructor.
toString() - Method in class net.sourceforge.cobertura.ant.Regex
 
toString() - Method in class net.sourceforge.cobertura.instrument.pass1.CodeFootstamp
 
toString() - Method in class net.sourceforge.cobertura.javancss.Metric
 
toString() - Method in class net.sourceforge.cobertura.javancss.parser.debug.Token
Returns the image.
toString() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.Token
Returns the image.
toString() - Method in class net.sourceforge.cobertura.javancss.parser.java15.Token
Returns the image.
toString() - Method in class net.sourceforge.cobertura.javancss.parser.Token
Returns the image.
toString() - Method in class net.sourceforge.cobertura.util.FileFinder
Returns string representation of FileFinder.
touch(int, int) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
Increment the number of hits for a particular line of code.
TouchCollector - Class in net.sourceforge.cobertura.coveragedata
 
TouchCollector() - Constructor for class net.sourceforge.cobertura.coveragedata.TouchCollector
 
touchJump(int, int, boolean, int) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
Increments the number of hits for particular hit counter of particular branch on particular line number.
TouchPointDescriptor - Class in net.sourceforge.cobertura.instrument.tp
Root class for all touch-points (points in source-code that we want to monitor)
TouchPointDescriptor(int, int) - Constructor for class net.sourceforge.cobertura.instrument.tp.TouchPointDescriptor
 
TouchPointListener - Interface in net.sourceforge.cobertura.instrument
Interfaces of listener that is called if interesting 'place' is found in instrumented/analyzed code
touchSwitch(int, int, int, int) - Method in class net.sourceforge.cobertura.coveragedata.ClassData
Increments the number of hits for particular hit counter of particular switch branch on particular line number.
TRANSIENT - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
TRANSIENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
TRANSIENT - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
TRANSIENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
TRANSIENT - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
TRANSIENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
TRANSIENT - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
TRANSIENT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
TRUE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
TRUE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
TRUE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
TRUE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
TRY - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
TRY - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
TRY - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
TRY - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
TryStatement() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
TryStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
TryStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
TryStatement() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
TryWithResources() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
Try-with-resource parameter with jdk 7
turnOffAutoSave() - Static method in class net.sourceforge.cobertura.coveragedata.ProjectData
 
Type() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
Type() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
Type() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
Type() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
TypeArgument() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
TypeArgument() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
TypeArgument() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
TypeArgument() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
TypeArguments() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
TypeArguments() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
TypeArguments() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
TypeArguments() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
TypeBound() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
TypeBound() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
TypeBound() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
TypeBound() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
TypeDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
TypeDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
TypeDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
TypeDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
TypeParameter() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
TypeParameter() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
TypeParameter() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
TypeParameter() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
TypeParameters() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
TypeParameters() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
TypeParameters() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
TypeParameters() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 

U

UnaryExpression() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
UnaryExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
UnaryExpression() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
UnaryExpression() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
UnaryExpressionNotPlusMinus() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
UnaryExpressionNotPlusMinus() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
UnaryExpressionNotPlusMinus() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
UnaryExpressionNotPlusMinus() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
UnmodifiedClassDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
UnmodifiedClassDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
UnmodifiedInterfaceDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
UnmodifiedInterfaceDeclaration() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
unregisterLine(int, int) - Method in class net.sourceforge.cobertura.instrument.tp.ClassMap
 
UpdateLineColumn(char) - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaCharStream
 
UpdateLineColumn(char) - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaCharStream
 
UpdateLineColumn(char) - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaCharStream
 
UpdateLineColumn(char) - Method in class net.sourceforge.cobertura.javancss.parser.JavaCharStream
 
urlClassLoader - Static variable in class net.sourceforge.cobertura.instrument.Main
 
Util - Class in net.sourceforge.cobertura.javancss.ccl
A general purpose class with a variety of support and convenience methods.

V

VariableDeclarator() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
VariableDeclarator() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
VariableDeclarator() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
VariableDeclarator() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
VariableDeclaratorId() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
VariableDeclaratorId() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
VariableDeclaratorId() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
VariableDeclaratorId() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
VariableInitializer() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
VariableInitializer() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
VariableInitializer() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
VariableInitializer() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
version() - Static method in class net.sourceforge.cobertura.util.Header
 
visit(int, int, String, String, String, String[]) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeClassVisitor
 
visit(int, int, String, String, String, String[]) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeClassVisitor
 
visit(int, int, String, String, String, String[]) - Method in class net.sourceforge.cobertura.instrument.pass2.BuildClassMapClassVisitor
Stores in BuildClassMapClassVisitor.classMap information of className and if the class should be instrumented (BuildClassMapClassVisitor.shouldBeInstrumented())
visit(int, int, String, String, String, String[]) - Method in class net.sourceforge.cobertura.instrument.pass3.InjectCodeClassInstrumenter
Marks the class 'already instrumented' and injects code connected to the fields that are keeping counters.
visitAnnotation(String, boolean) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeMethodVisitor
 
visitAnnotation(String, boolean) - Method in class net.sourceforge.cobertura.instrument.pass2.BuildClassMapClassVisitor
 
visitCode() - Method in class net.sourceforge.cobertura.instrument.FindTouchPointsMethodAdapter
 
visitEnd() - Method in class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeMethodVisitor
 
visitEnd() - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeMethodVisitor
 
visitEnd() - Method in class net.sourceforge.cobertura.instrument.pass3.InjectCodeClassInstrumenter
If there was no 'static initialization block' in the class, the method is responsible for generating the method.
It is also responsible for generating method that keeps mapping of counterIds into source places connected to them
visitFieldInsn(int, String, String, String) - Method in class net.sourceforge.cobertura.instrument.HistoryMethodAdapter
 
visitFieldInsn(int, String, String, String) - Method in class net.sourceforge.cobertura.instrument.pass1.CodeFootstamp
 
visitFieldInsn(int, String, String, String) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeMethodVisitor
 
visitFieldInsn(int, String, String, String) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeMethodVisitor
 
visitFrame(int, int, Object[], int, Object[]) - Method in class net.sourceforge.cobertura.instrument.HistoryMethodAdapter
 
visitIincInsn(int, int) - Method in class net.sourceforge.cobertura.instrument.HistoryMethodAdapter
 
visitIincInsn(int, int) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeMethodVisitor
 
visitIincInsn(int, int) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeMethodVisitor
 
visitIintInsn(int, int) - Method in class net.sourceforge.cobertura.instrument.pass1.CodeFootstamp
 
visitInsn(int) - Method in class net.sourceforge.cobertura.instrument.HistoryMethodAdapter
 
visitInsn(int) - Method in class net.sourceforge.cobertura.instrument.pass1.CodeFootstamp
 
visitInsn(int) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeMethodVisitor
 
visitIntInsn(int, int) - Method in class net.sourceforge.cobertura.instrument.HistoryMethodAdapter
 
visitIntInsn(int, int) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeMethodVisitor
 
visitIntInsn(int, int) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeMethodVisitor
 
visitJumpInsn(int, Label) - Method in class net.sourceforge.cobertura.instrument.FindTouchPointsMethodAdapter
 
visitJumpInsn(int, Label) - Method in class net.sourceforge.cobertura.instrument.HistoryMethodAdapter
 
visitJumpInsn(int, Label) - Method in class net.sourceforge.cobertura.instrument.pass1.CodeFootstamp
 
visitJumpInsn(int, Label) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeMethodVisitor
 
visitJumpInsn(int, Label) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeMethodVisitor
 
visitLabel(Label) - Method in class net.sourceforge.cobertura.instrument.FindTouchPointsMethodAdapter
 
visitLabel(Label) - Method in class net.sourceforge.cobertura.instrument.HistoryMethodAdapter
 
visitLabel(Label) - Method in class net.sourceforge.cobertura.instrument.pass1.CodeFootstamp
 
visitLabel(Label) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeMethodVisitor
 
visitLdcInsn(Object) - Method in class net.sourceforge.cobertura.instrument.HistoryMethodAdapter
 
visitLdcInsn(Object) - Method in class net.sourceforge.cobertura.instrument.pass1.CodeFootstamp
 
visitLdcInsn(Object) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeMethodVisitor
 
visitLdcInsn(Object) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeMethodVisitor
 
visitLineNumber(int, Label) - Method in class net.sourceforge.cobertura.instrument.ContextMethodAwareMethodAdapter
 
visitLineNumber(int, Label) - Method in class net.sourceforge.cobertura.instrument.FindTouchPointsMethodAdapter
Processing information about new line.
visitLineNumber(int, Label) - Method in class net.sourceforge.cobertura.instrument.HistoryMethodAdapter
 
visitLineNumber(int, Label) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeMethodVisitor
Starts a new block and assigns a new DetectDuplicatedCodeMethodVisitor.currentLineFootstamp.
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class net.sourceforge.cobertura.instrument.FindTouchPointsMethodAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class net.sourceforge.cobertura.instrument.HistoryMethodAdapter
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class net.sourceforge.cobertura.instrument.pass1.CodeFootstamp
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeMethodVisitor
 
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeMethodVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeClassVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeClassVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class net.sourceforge.cobertura.instrument.pass2.BuildClassMapClassVisitor
Analyzes given method and stores information about all found important places into BuildClassMapClassVisitor.classMap
visitMethod(int, String, String, String, String[]) - Method in class net.sourceforge.cobertura.instrument.pass3.InjectCodeClassInstrumenter
Instrumenting a code in a single method.
visitMethodInsn(int, String, String, String) - Method in class net.sourceforge.cobertura.instrument.FindTouchPointsMethodAdapter
 
visitMethodInsn(int, String, String, String) - Method in class net.sourceforge.cobertura.instrument.HistoryMethodAdapter
 
visitMethodInsn(int, String, String, String) - Method in class net.sourceforge.cobertura.instrument.pass1.CodeFootstamp
 
visitMethodInsn(int, String, String, String) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeMethodVisitor
 
visitMethodInsn(int, String, String, String) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeMethodVisitor
 
visitMultiANewArrayInsn(String, int) - Method in class net.sourceforge.cobertura.instrument.HistoryMethodAdapter
 
visitMultiANewArrayInsn(String, int) - Method in class net.sourceforge.cobertura.instrument.pass1.CodeFootstamp
 
visitMultiANewArrayInsn(String, int) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeMethodVisitor
 
visitMultiANewArrayInsn(String, int) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeMethodVisitor
 
visitSource(String, String) - Method in class net.sourceforge.cobertura.instrument.pass2.BuildClassMapClassVisitor
Stores in BuildClassMapClassVisitor.classMap information of source filename
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class net.sourceforge.cobertura.instrument.FindTouchPointsMethodAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class net.sourceforge.cobertura.instrument.HistoryMethodAdapter
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class net.sourceforge.cobertura.instrument.pass1.CodeFootstamp
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectDuplicatedCodeMethodVisitor
 
visitTableSwitchInsn(int, int, Label, Label[]) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeMethodVisitor
 
visitTypeInsn(int, String) - Method in class net.sourceforge.cobertura.instrument.HistoryMethodAdapter
 
visitTypeInsn(int, String) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeMethodVisitor
 
visitVarInsn(int, int) - Method in class net.sourceforge.cobertura.instrument.HistoryMethodAdapter
 
visitVarInsn(int, int) - Method in class net.sourceforge.cobertura.instrument.pass1.DetectIgnoredCodeMethodVisitor
 
VOID - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
VOID - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
VOID - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
VOID - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
VOLATILE - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug.ModifierSet
 
VOLATILE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
VOLATILE - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug.ModifierSet
 
VOLATILE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
VOLATILE - Static variable in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15.ModifierSet
 
VOLATILE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
VOLATILE - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParser.ModifierSet
 
VOLATILE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.

W

WHILE - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
WHILE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
WHILE - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
WHILE - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
WhileStatement() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
WhileStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
WhileStatement() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
WhileStatement() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 
WildcardBounds() - Method in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebug
 
WildcardBounds() - Method in class net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15Debug
 
WildcardBounds() - Method in class net.sourceforge.cobertura.javancss.parser.java15.JavaParser15
 
WildcardBounds() - Method in class net.sourceforge.cobertura.javancss.parser.JavaParser
 

X

XMLReport - Class in net.sourceforge.cobertura.reporting.xml
 
XMLReport(ProjectData, File, FileFinder, ComplexityCalculator) - Constructor for class net.sourceforge.cobertura.reporting.xml.XMLReport
 
XOR - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
XOR - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
XOR - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
XOR - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
XORASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
XORASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
XORASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
XORASSIGN - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.

Z

ZERO_COMPLEXITY - Static variable in class net.sourceforge.cobertura.reporting.ComplexityCalculator
 

_

_DEFAULT - Static variable in interface net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugConstants
RegularExpression Id.
_DEFAULT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.debug.JavaParser15DebugConstants
RegularExpression Id.
_DEFAULT - Static variable in interface net.sourceforge.cobertura.javancss.parser.java15.JavaParser15Constants
RegularExpression Id.
_DEFAULT - Static variable in interface net.sourceforge.cobertura.javancss.parser.JavaParserConstants
RegularExpression Id.
_iFormalComments - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
 
_iFormalComments - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
 
_iMultiComments - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
 
_iMultiComments - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
 
_iMultiCommentsLast - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
 
_iMultiCommentsLast - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
 
_iSingleComments - Static variable in class net.sourceforge.cobertura.javancss.parser.debug.JavaParserDebugTokenManager
 
_iSingleComments - Static variable in class net.sourceforge.cobertura.javancss.parser.JavaParserTokenManager
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

Copyright © 2013. All Rights Reserved.