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
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
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
-
- 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
-
- 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 CoverageDataContainer
s.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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 _