|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Dotted in org.mutabilitydetector |
---|
Fields in org.mutabilitydetector with type parameters of type Dotted | |
---|---|
static com.google.common.base.Function<AnalysisResult,Dotted> |
AnalysisResult.TO_DOTTED_CLASSNAME
|
Methods in org.mutabilitydetector that return types with arguments of type Dotted | |
---|---|
Map<Dotted,AnalysisResult> |
Configuration.hardcodedResults()
Add a predefined result used during analysis. |
Map<Dotted,AnalysisResult> |
ThreadUnsafeAnalysisSession.resultsByClass()
|
Map<Dotted,AnalysisResult> |
AnalysisSession.resultsByClass()
|
Methods in org.mutabilitydetector with parameters of type Dotted | |
---|---|
static com.google.common.base.Predicate<AnalysisResult> |
AnalysisResult.forClass(Dotted className)
|
AnalysisResult |
ThreadUnsafeAnalysisSession.resultFor(Dotted className)
|
AnalysisResult |
AnalysisSession.resultFor(Dotted className)
|
Uses of Dotted in org.mutabilitydetector.checkers |
---|
Fields in org.mutabilitydetector.checkers declared as Dotted | |
---|---|
Dotted |
CollectionField.collectionType
|
Methods in org.mutabilitydetector.checkers with parameters of type Dotted | |
---|---|
CheckerResult |
CheckerRunner.run(AsmMutabilityChecker checker,
Dotted className,
AnalysisErrorReporter errorReporter,
Iterable<AnalysisResult> resultsSoFar)
|
MutabilityAnalysisException |
UnhandledExceptionBuilder.unhandledException(Throwable cause,
Iterable<AnalysisResult> resultsSoFar,
AsmMutabilityChecker checker,
Dotted className)
|
Constructors in org.mutabilitydetector.checkers with parameters of type Dotted | |
---|---|
AllChecksRunner(MutabilityCheckerFactory checkerFactory,
CheckerRunnerFactory checkerRunnerFactory,
AsmVerifierFactory verifierFactory,
Dotted toAnalyse)
|
|
CollectionField(Dotted collectionType,
Iterable<org.mutabilitydetector.checkers.CollectionField.GenericType> elementTypes)
|
Uses of Dotted in org.mutabilitydetector.checkers.info |
---|
Methods in org.mutabilitydetector.checkers.info that return Dotted | |
---|---|
Dotted |
MethodIdentifier.dottedClassName()
|
Methods in org.mutabilitydetector.checkers.info with parameters of type Dotted | |
---|---|
static MethodIdentifier |
MethodIdentifier.forMethod(Dotted className,
String methodDescriptor)
|
boolean |
TypeStructureInformation.isTypeAbstract(Dotted className)
|
boolean |
TypeStructureInformation.isTypeInterface(Dotted className)
|
MutableTypeInformation.MutabilityLookup |
MutableTypeInformation.resultOf(Dotted ownerClass,
Dotted fieldClass)
|
Constructors in org.mutabilitydetector.checkers.info with parameters of type Dotted | |
---|---|
MethodIdentifier(Dotted className,
String methodDescriptor)
|
Uses of Dotted in org.mutabilitydetector.checkers.util |
---|
Methods in org.mutabilitydetector.checkers.util with parameters of type Dotted | |
---|---|
static TypeStructureInformationChecker |
TypeStructureInformationChecker.newChecker(Dotted className)
|
Uses of Dotted in org.mutabilitydetector.cli |
---|
Methods in org.mutabilitydetector.cli that return types with arguments of type Dotted | |
---|---|
List<Dotted> |
NamesFromClassResources.asDotted(String[] findResources)
|
Method parameters in org.mutabilitydetector.cli with type arguments of type Dotted | |
---|---|
AnalysisSession |
BatchAnalysisSession.runAnalysis(Iterable<Dotted> classNames)
|
Uses of Dotted in org.mutabilitydetector.locations |
---|
Fields in org.mutabilitydetector.locations with type parameters of type Dotted | |
---|---|
static com.google.common.base.Function<Class<?>,Dotted> |
Dotted.CLASS_TO_DOTTED
|
static com.google.common.base.Function<String,Dotted> |
Dotted.STRING_NAME_TO_DOTTED
|
Methods in org.mutabilitydetector.locations that return Dotted | |
---|---|
Dotted |
ClassIdentifier.asDotted()
|
static Dotted |
Dotted.dotted(String className)
|
static Dotted |
Dotted.fromClass(Class<?> clazz)
|
static Dotted |
Dotted.fromSlashed(Slashed className)
|
static Dotted |
Dotted.fromSlashedString(String className)
|
Dotted |
Slashed.toDotted()
|
Methods in org.mutabilitydetector.locations with parameters of type Dotted | |
---|---|
static ClassIdentifier |
ClassIdentifier.forClass(Dotted className)
|
static ClassLocation |
ClassLocation.from(Dotted dotted)
|
Uses of Dotted in org.mutabilitydetector.unittesting.matchers.reasons |
---|
Methods in org.mutabilitydetector.unittesting.matchers.reasons with parameters of type Dotted | |
---|---|
static ProvidedOtherClass |
ProvidedOtherClass.provided(Dotted... classNames)
|
static ProvidedOtherClass |
ProvidedOtherClass.provided(Dotted className)
|
Method parameters in org.mutabilitydetector.unittesting.matchers.reasons with type arguments of type Dotted | |
---|---|
static ProvidedOtherClass |
ProvidedOtherClass.provided(Iterable<Dotted> classNames)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |