- calculateType(Expression) - Method in class com.github.javaparser.symbolsolver.JavaSymbolSolver
-
- canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
-
- canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
-
- canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
-
- canBeAssignedTo(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- canCompleteNormally(Statement) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ControlFlowLogic
-
- CapturesBound - Class in com.github.javaparser.symbolsolver.resolution.typeinference.bounds
-
Capture(G<A1, ..., An>): The variables α1, ..., αn represent the result of capture conversion (§5.1.10)
applied to G<A1, ..., An> (where A1, ..., An may be types or wildcards and may mention inference variables).
- CapturesBound(List<InferenceVariable>, List<ResolvedType>) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.CapturesBound
-
- CatchClauseContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
-
- CatchClauseContext(CatchClause, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CatchClauseContext
-
- ClassComparator - Class in com.github.javaparser.symbolsolver.reflectionmodel.comparators
-
- ClassComparator() - Constructor for class com.github.javaparser.symbolsolver.reflectionmodel.comparators.ClassComparator
-
- classifyReference(Node, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
-
- classifyRole(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
-
What is the Role of the given name?
- ClassLoaderTypeSolver - Class in com.github.javaparser.symbolsolver.resolution.typesolvers
-
This TypeSolver wraps a ClassLoader.
- ClassLoaderTypeSolver(ClassLoader) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.ClassLoaderTypeSolver
-
- ClassOrInterfaceDeclarationContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
-
- ClassOrInterfaceDeclarationContext(ClassOrInterfaceDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ClassOrInterfaceDeclarationContext
-
- ClassOrInterfaceDeclarationExtendsContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
-
Limited version of ClassOrInterfaceDeclarationContext that only resolves type parameters for use by
extends and implements part of declaration.
- ClassOrInterfaceDeclarationExtendsContext(ClassOrInterfaceDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ClassOrInterfaceDeclarationExtendsContext
-
- classToResolvedType(Class<?>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
-
- classToResolvedType(Class<?>) - Method in class com.github.javaparser.symbolsolver.resolution.SymbolSolver
-
- clearInstances() - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
-
This method is used to clear internal caches for the sake of releasing memory.
- collect(Path) - Method in class com.github.javaparser.symbolsolver.utils.SymbolSolverCollectionStrategy
-
- com.github.javaparser.symbolsolver - package com.github.javaparser.symbolsolver
-
- com.github.javaparser.symbolsolver.cache - package com.github.javaparser.symbolsolver.cache
-
- com.github.javaparser.symbolsolver.core.resolution - package com.github.javaparser.symbolsolver.core.resolution
-
- com.github.javaparser.symbolsolver.declarations.common - package com.github.javaparser.symbolsolver.declarations.common
-
- com.github.javaparser.symbolsolver.javaparser - package com.github.javaparser.symbolsolver.javaparser
-
This package contains utility to use JavaParser.
- com.github.javaparser.symbolsolver.javaparsermodel - package com.github.javaparser.symbolsolver.javaparsermodel
-
Implementation of model based on JavaParser.
- com.github.javaparser.symbolsolver.javaparsermodel.contexts - package com.github.javaparser.symbolsolver.javaparsermodel.contexts
-
- com.github.javaparser.symbolsolver.javaparsermodel.declarations - package com.github.javaparser.symbolsolver.javaparsermodel.declarations
-
- com.github.javaparser.symbolsolver.javaparsermodel.declarators - package com.github.javaparser.symbolsolver.javaparsermodel.declarators
-
- com.github.javaparser.symbolsolver.javassistmodel - package com.github.javaparser.symbolsolver.javassistmodel
-
Implementation of model based on Javassist.
- com.github.javaparser.symbolsolver.logic - package com.github.javaparser.symbolsolver.logic
-
- com.github.javaparser.symbolsolver.reflectionmodel - package com.github.javaparser.symbolsolver.reflectionmodel
-
Implementation of model based on reflection.
- com.github.javaparser.symbolsolver.reflectionmodel.comparators - package com.github.javaparser.symbolsolver.reflectionmodel.comparators
-
- com.github.javaparser.symbolsolver.resolution - package com.github.javaparser.symbolsolver.resolution
-
- com.github.javaparser.symbolsolver.resolution.naming - package com.github.javaparser.symbolsolver.resolution.naming
-
- com.github.javaparser.symbolsolver.resolution.promotion - package com.github.javaparser.symbolsolver.resolution.promotion
-
- com.github.javaparser.symbolsolver.resolution.typeinference - package com.github.javaparser.symbolsolver.resolution.typeinference
-
- com.github.javaparser.symbolsolver.resolution.typeinference.bounds - package com.github.javaparser.symbolsolver.resolution.typeinference.bounds
-
- com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas - package com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas
-
- com.github.javaparser.symbolsolver.resolution.typesolvers - package com.github.javaparser.symbolsolver.resolution.typesolvers
-
- com.github.javaparser.symbolsolver.utils - package com.github.javaparser.symbolsolver.utils
-
- CombinedTypeSolver - Class in com.github.javaparser.symbolsolver.resolution.typesolvers
-
A container for type solvers.
- CombinedTypeSolver(TypeSolver...) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
-
- CombinedTypeSolver(Predicate<Exception>, TypeSolver...) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
-
- CombinedTypeSolver(Iterable<TypeSolver>) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
-
- CombinedTypeSolver(Predicate<Exception>, Iterable<TypeSolver>) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
-
- CombinedTypeSolver(Predicate<Exception>, Iterable<TypeSolver>, Cache<String, SymbolReference<ResolvedReferenceTypeDeclaration>>) - Constructor for class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
-
- CombinedTypeSolver.ExceptionHandlers - Class in com.github.javaparser.symbolsolver.resolution.typesolvers
-
Provides some convenience exception handler implementations
- compare(Class<?>, Class<?>) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.comparators.ClassComparator
-
- compare(Method, Method) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.comparators.MethodComparator
-
- compare(Parameter, Parameter) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.comparators.ParameterComparator
-
- CompilationUnitContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
-
- CompilationUnitContext(CompilationUnit, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
-
- ConditionalExprResolver - Class in com.github.javaparser.symbolsolver.resolution.promotion
-
- ConditionalExprResolver() - Constructor for class com.github.javaparser.symbolsolver.resolution.promotion.ConditionalExprResolver
-
- ConstraintFormula - Class in com.github.javaparser.symbolsolver.resolution.typeinference
-
Constraint formulas are assertions of compatibility or subtyping that may involve inference variables.
- ConstraintFormula() - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula
-
- ConstraintFormula.ReductionResult - Class in com.github.javaparser.symbolsolver.resolution.typeinference
-
- ConstraintFormulaSet - Class in com.github.javaparser.symbolsolver.resolution.typeinference
-
- ConstructorContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
-
- ConstructorContext(ConstructorDeclaration, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.ConstructorContext
-
- containerType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
-
- containerType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
-
- containerType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- containerType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- containerType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- containerType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
-
- containerType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- containerType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- containerType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
-
- containerType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- containerType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
-
- containerType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
-
- containerType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
-
- containerType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
-
- containerType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
-
- containerType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- containerType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
-
- containerType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- containerType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
-
- contains(K) - Method in class com.github.javaparser.symbolsolver.cache.GuavaCache
-
- contains(K) - Method in class com.github.javaparser.symbolsolver.cache.InMemoryCache
-
- contains(K) - Method in class com.github.javaparser.symbolsolver.cache.NoCache
-
- containsFalse() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
-
- ContextHelper - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
-
- continueADoStatement(ContinueStmt, DoStmt) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ControlFlowLogic
-
- ControlFlowLogic - Class in com.github.javaparser.symbolsolver.resolution.typeinference
-
Consider Control Flow to determine which statements are reachable.
- convert(Type, Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
-
- convert(Type, Context) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
-
- convertToUsage(Type, Context) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
-
- convertToUsage(Type) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
-
- create(Cache<expectedK, expectedV>) - Static method in class com.github.javaparser.symbolsolver.cache.GuavaCache
-
Wrap a Guava cache with a custom cache.
- create() - Static method in class com.github.javaparser.symbolsolver.cache.InMemoryCache
-
Create a new instance for a cache in memory.
- create() - Static method in class com.github.javaparser.symbolsolver.cache.NoCache
-
Create a new instance.
- createSolver() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.TypeExtractor
-
- get(K) - Method in class com.github.javaparser.symbolsolver.cache.GuavaCache
-
- get(K) - Method in class com.github.javaparser.symbolsolver.cache.InMemoryCache
-
- get(K) - Method in class com.github.javaparser.symbolsolver.cache.NoCache
-
- get(TypeSolver) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
-
Note that the addition of the modifier synchronized
is specific and directly in response to issue #2668.
- getAllFields() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
-
- getAllFields() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
-
- getAllFields() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- getAllFields() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- getAllFields() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- getAllFields() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- getAllFields() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- getAllFields() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
-
- getAllFields() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- getAllFields() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
-
- getAllFields() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
-
- getAllFields() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
-
- getAllFields() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- getAllFields() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
-
- getAllFields() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- getAllInterfaces() - Method in class com.github.javaparser.symbolsolver.logic.AbstractClassDeclaration
-
- getAllMethods() - Method in class com.github.javaparser.symbolsolver.logic.AbstractTypeDeclaration
-
- getAllSuperClasses() - Method in class com.github.javaparser.symbolsolver.logic.AbstractClassDeclaration
-
- getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
-
- getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
-
- getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
-
- getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
-
- getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
-
- getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
-
- getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
-
- getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
-
- getAncestors(boolean) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- getAnnotationMembers() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
-
- getAnnotationMembers() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
-
- getAnnotationMembers() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
-
- getBinaryTypeConcrete(Node, Node, boolean, BinaryExpr.Operator) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
-
- getBounds() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- getBounds() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
-
- getBounds() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
-
- getBoundSet() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
-
- getClassName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
-
- getClassName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
-
- getClassName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- getClassName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- getClassName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- getClassName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
-
- getClassName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- getClassName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
-
- getClassName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- getClassName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
-
- getClassName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
-
- getClassName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
-
- getClassName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- getClassName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
-
- getClassName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- getConditionExprHandler(ResolvedType, ResolvedType) - Static method in class com.github.javaparser.symbolsolver.resolution.promotion.ConditionalExprResolver
-
- getConstraint(int) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
-
- getConstraintFormulas() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormula.ReductionResult
-
- getConstructors() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
-
- getConstructors() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
-
- getConstructors() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- getConstructors() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- getConstructors() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- getConstructors() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- getConstructors() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- getConstructors() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
-
- getConstructors() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- getConstructors() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
-
- getConstructors() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
-
- getConstructors() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
-
- getConstructors() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
-
- getConstructors() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- getConstructors() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
-
- getConstructors() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- getContainer() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- getContainer() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
-
- getContainer() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
-
- getContainerId() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- getContainerId() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
-
- getContainerId() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
-
- getContainerQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- getContainerQualifiedName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
-
- getContainerQualifiedName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
-
- getContext() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
-
- getContext() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
Deprecated.
- getContext() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- getContext() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- getContext() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- getContext() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- getContext(Node, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFactory
-
- getDeclaredAnnotations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
-
- getDeclaredAnnotations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- getDeclaredAnnotations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- getDeclaredAnnotations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
-
- getDeclaredAnnotations() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- getDeclaredAnnotations() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
-
- getDeclaredAnnotations() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
-
- getDeclaredFields() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
-
- getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
-
- getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
-
- getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
-
- getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
-
- getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
-
- getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
-
- getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
-
- getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
-
- getDeclaredMethods() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- getDefaultValue() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationMemberDeclaration
-
- getDefaultValue() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationMemberDeclaration
-
- getDefaultValue() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationMemberDeclaration
-
- getEnumConstants() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- getEnumConstants() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
-
- getEnumConstants() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
-
- getExceptionTypes() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.MethodType
-
- getFailures() - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
-
- getField(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- getField(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- getField(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
-
- getField(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- getField(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
-
- getField(String) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- getFieldsForDeclaredVariables() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
-
- getFormalArgumentTypes() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.MethodType
-
- getFunctionType(ResolvedType) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
-
- getInferenceVariable() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Instantiation
-
- getInferenceVariable() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperLowerBound
-
- getInferenceVariable() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperUpperBound
-
- getInferenceVariables() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.CapturesBound
-
- getInstance() - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.FalseBound
-
- getInstance() - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.ControlFlowLogic
-
- getInterfaces() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
-
- getInterfaces() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- getInterfaces() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- getInterfaces() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
-
- getInterfaces() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- getInterfacesExtended() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- getInterfacesExtended() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
-
- getInterfacesExtended() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- getInternalType(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- getInternalType(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
-
- getInternalType(String) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
-
- getJarTypeSolver(String) - Static method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
-
- getKnownClasses() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
-
Get the set of classes that can be resolved in the current type solver.
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.DefaultConstructorDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationMemberDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumConstantDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
-
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
-
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserParameterDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypePatternDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserVariableDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationMemberDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumConstantDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeParameter
-
- getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationMemberDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumConstantDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionPatternDeclaration
-
- getName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionTypeParameter
-
- getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.DefaultConstructorDeclaration
-
- getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
-
- getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
-
- getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
-
- getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
-
- getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
-
- getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
-
- getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodLikeDeclarationAdapter
-
- getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration
-
- getNumberOfParams() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
-
- getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.DefaultConstructorDeclaration
-
- getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
-
- getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
-
- getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
-
- getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
-
- getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
-
- getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
-
- getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodLikeDeclarationAdapter
-
- getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration
-
- getNumberOfSpecifiedExceptions() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
-
- getPackageName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
-
- getPackageName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
-
- getPackageName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- getPackageName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- getPackageName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- getPackageName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
-
- getPackageName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- getPackageName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
-
- getPackageName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- getPackageName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
-
- getPackageName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
-
- getPackageName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
-
- getPackageName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- getPackageName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
-
- getPackageName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- getParam(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.DefaultConstructorDeclaration
-
- getParam(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
-
- getParam(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
-
- getParam(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
-
- getParam(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
-
- getParam(int) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
-
- getParam(int) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
-
- getParam(int) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodLikeDeclarationAdapter
-
- getParam(int) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration
-
- getParam(int) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
-
- getParamPos(Parameter) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserSymbolDeclaration
-
- getParent() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
-
- getParent() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.AarTypeSolver
-
- getParent() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.ClassLoaderTypeSolver
-
- getParent() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver
-
- getParent() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JarTypeSolver
-
- getParent() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.JavaParserTypeSolver
-
- getParent() - Method in class com.github.javaparser.symbolsolver.resolution.typesolvers.MemoryTypeSolver
-
- getParentPath(String) - Static method in class com.github.javaparser.symbolsolver.utils.FileUtils
-
- getParserConfiguration() - Method in class com.github.javaparser.symbolsolver.utils.SymbolSolverCollectionStrategy
-
- getProperType() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Instantiation
-
- getProperType() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperLowerBound
-
- getProperType() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ProperUpperBound
-
- getProperUpperBoundsFor(InferenceVariable) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
-
- getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
-
- getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
-
- getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
-
- getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
-
- getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
-
- getQualifiedName() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
-
- getQualifiedName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
-
- getQualifiedName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- getQualifiedName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
-
- getQualifiedName() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- getReturnType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
-
- getReturnType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
-
- getReturnType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
-
- getReturnType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
-
- getReturnType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodLikeDeclarationAdapter
-
- getReturnType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
-
- getReturnType() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.MethodType
-
- getS() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SameAsBound
-
- getS() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
-
- getScope(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
-
- getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.DefaultConstructorDeclaration
-
- getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
-
- getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
-
- getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
-
- getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
-
- getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
-
- getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
-
- getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodLikeDeclarationAdapter
-
- getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration
-
- getSpecifiedException(int) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
-
- getSuccesses() - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
-
- getSuperClass() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
-
- getSuperClass() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- getSuperClass() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- getSuperClass() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
-
- getSuperClass() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- getSuperTypeDeclaration() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
-
- getSymbolDeclarations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarators.FieldSymbolDeclarator
-
- getSymbolDeclarations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarators.NoSymbolDeclarator
-
- getSymbolDeclarations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarators.ParameterSymbolDeclarator
-
- getSymbolDeclarations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarators.TypePatternSymbolDeclarator
-
- getSymbolDeclarations() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarators.VariableSymbolDeclarator
-
- getSymbolDeclarator(Node, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFactory
-
- getSymbolSolver() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
-
- getT() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SameAsBound
-
- getT() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
-
- getType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationMemberDeclaration
-
- getType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumConstantDeclaration
-
- getType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
-
- getType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserParameterDeclaration
-
- getType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypePatternDeclaration
-
- getType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserVariableDeclaration
-
- getType(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
-
Get the type associated with the node.
- getType(Node, boolean) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
-
- getType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationMemberDeclaration
-
- getType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumConstantDeclaration
-
- getType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
-
- getType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
-
- getType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationMemberDeclaration
-
- getType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumConstantDeclaration
-
- getType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
-
- getType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
-
- getType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionPatternDeclaration
-
- getTypeBasedBlacklist(Class<? extends Exception>...) - Static method in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver.ExceptionHandlers
-
- getTypeBasedWhitelist(Class<? extends Exception>...) - Static method in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver.ExceptionHandlers
-
- getTypeDeclaration(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
-
- getTypeDeclaration(ClassOrInterfaceDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
-
- getTypeDeclaration(TypeDeclaration<?>) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
-
- getTypeOfThisIn(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
-
"this" inserted in the given point, which type would have?
- getTypeParameterDeclaration() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.DefaultConstructorDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
-
Annotation declarations cannot have type parameters and hence this method always returns an empty list.
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
-
Annotation declarations cannot have type parameters and hence this method always returns an empty list.
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodLikeDeclarationAdapter
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
-
Annotation declarations cannot have type parameters and hence this method always returns an empty list.
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionConstructorDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
-
- getTypeParameters() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.MethodType
-
- getTypeSolver() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade
-
- getTypesOrWildcards() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.CapturesBound
-
- getUnsupported() - Method in class com.github.javaparser.symbolsolver.SourceFileInfoExtractor
-
- getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
-
- getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
-
- getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
-
- getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- getUsage(Node) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
-
- getUsage(Node) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- getUsage(Node) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- getVariableDeclarator() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
-
- getVariableDeclarator() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserVariableDeclaration
-
- getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.AbstractJavaParserContext
-
- getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationMemberDeclaration
-
- getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
Returns the JavaParser node associated with this JavaParserClassDeclaration.
- getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserConstructorDeclaration
-
Returns the JavaParser node associated with this JavaParserConstructorDeclaration.
- getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumConstantDeclaration
-
Returns the JavaParser node associated with this JavaParserEnumConstantDeclaration.
- getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
Returns the JavaParser node associated with this JavaParserEnumDeclaration.
- getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
-
Returns the JavaParser node associated with this JavaParserFieldDeclaration.
- getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
Returns the JavaParser node associated with this JavaParserInterfaceDeclaration.
- getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
-
Returns the JavaParser node associated with this JavaParserMethodDeclaration.
- getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserParameterDeclaration
-
Returns the JavaParser node associated with this JavaParserParameterDeclaration.
- getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
Returns the JavaParser node associated with this JavaParserTypeParameter.
- getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypePatternDeclaration
-
Returns the JavaParser node associated with this JavaParserPatternDeclaration.
- getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
Returns the JavaParser node associated with this JavaParserTypeVariableDeclaration.
- getWrappedNode() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserVariableDeclaration
-
Returns the JavaParser node associated with this JavaParserFieldDeclaration.
- glb(Set<ResolvedType>) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
-
See JLS 5.1.10.
- groundTargetTypeOfLambda(LambdaExpr, ResolvedType, TypeSolver) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
-
See JLS 15.27.3.
- GuavaCache<K,V> - Class in com.github.javaparser.symbolsolver.cache
-
This class is used to wrap a Guava Cache
.
- GuavaCache(Cache<K, V>) - Constructor for class com.github.javaparser.symbolsolver.cache.GuavaCache
-
- IfStatementContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
-
- IfStatementContext(IfStmt, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.IfStatementContext
-
- IGNORE_ALL - Static variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver.ExceptionHandlers
-
Ignores all exceptions
- IGNORE_NONE - Static variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver.ExceptionHandlers
-
Doesn't ignore any exceptions (default)
- IGNORE_UNSOLVED_SYMBOL - Static variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver.ExceptionHandlers
-
- IGNORE_UNSUPPORTED_AND_UNSOLVED - Static variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver.ExceptionHandlers
-
- IGNORE_UNSUPPORTED_OPERATION - Static variable in class com.github.javaparser.symbolsolver.resolution.typesolvers.CombinedTypeSolver.ExceptionHandlers
-
- incorporate(BoundSet, TypeSolver) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
-
Maintains a set of inference variable bounds, ensuring that these are consistent as new bounds are added.
- InferenceVariable - Class in com.github.javaparser.symbolsolver.resolution.typeinference
-
Are meta-variables for types - that is, they are special names that allow abstract reasoning about types.
- InferenceVariable(String, ResolvedTypeParameterDeclaration) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
-
- InferenceVariableSubstitution - Class in com.github.javaparser.symbolsolver.resolution.typeinference
-
- inject(CompilationUnit) - Method in class com.github.javaparser.symbolsolver.JavaSymbolSolver
-
Register this SymbolResolver into a CompilationUnit, so that symbol resolution becomes available to
all nodes part of the CompilationUnit.
- InMemoryCache<K,V> - Class in com.github.javaparser.symbolsolver.cache
-
A cache implementation that stores the information in memory.
- InstanceOfExprContext - Class in com.github.javaparser.symbolsolver.javaparsermodel.contexts
-
- InstanceOfExprContext(InstanceOfExpr, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.contexts.InstanceOfExprContext
-
- instantiate(List<ResolvedTypeParameterDeclaration>) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
-
- Instantiation - Class in com.github.javaparser.symbolsolver.resolution.typeinference
-
- Instantiation(InferenceVariable, ResolvedType) - Constructor for class com.github.javaparser.symbolsolver.resolution.typeinference.Instantiation
-
- instantiationInference(MethodCallExpr, ResolvedMethodDeclaration) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
-
- instantiationInference(List<Expression>, ResolvedMethodDeclaration) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
-
- InstantiationSet - Class in com.github.javaparser.symbolsolver.resolution.typeinference
-
- internalTypes() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
-
- internalTypes() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
-
- internalTypes() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- internalTypes() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- internalTypes() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- internalTypes() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
-
- internalTypes() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
-
- internalTypes() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- internalTypes() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
-
- internalTypes() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
-
- internalTypes() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
-
Get the nested classes.
- internalTypes() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
-
- internalTypes() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- internalTypes() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
-
- internalTypes() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- invocationApplicabilityInference(MethodCallExpr, ResolvedMethodDeclaration) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
-
Determine whether a potentially applicable generic method m is applicable for a method invocation that
provides no explicit type arguments.
- invocationTypeInference() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
-
- invocationTypeInferenceBoundsSetB3() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeInference
-
- isAbstract() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
-
- isAbstract() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
-
- isAbstract() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
-
- isAbstract() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
-
- isAbstract() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
-
- isADependency() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Bound
-
Other bounds relate two inference variables, or an inference variable to a type that contains inference
variables.
- isADependency() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SameAsBound
-
- isADependency() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
-
- isAName(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
-
Does the Node represent a Name?
- isAnInstantiation() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Bound
-
Given a bound of the form α = T or T = α, we say T is an instantiation of α.
- isAnInstantiation() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SameAsBound
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
-
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
-
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnonymousClassDeclaration
-
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeAdapter
-
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
-
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
-
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
-
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistEnumDeclaration
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
-
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistInterfaceDeclaration
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
-
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistTypeDeclarationAdapter
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
-
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
-
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionEnumDeclaration
-
- isAssignableBy(ResolvedReferenceTypeDeclaration) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- isAssignableBy(ResolvedType) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
-
- isClass() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- isClass() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- isClass() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- isClass() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- isCompatibleInALooseInvocationContext(TypeSolver, Expression, ResolvedType) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
-
see https://docs.oracle.com/javase/specs/jls/se8/html/jls-5.html#jls-5.3
- isCompatibleInALooseInvocationContext(ResolvedType, ResolvedType) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
-
see https://docs.oracle.com/javase/specs/jls/se8/html/jls-5.html#jls-5.3
- isCompatibleInAStrictInvocationContext(Expression, ResolvedType) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
-
see https://docs.oracle.com/javase/specs/jls/se8/html/jls-5.html#jls-5.3
- isCompositeName(String) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.CompilationUnitContext
-
- isDefaultMethod() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
-
- isDefaultMethod() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
-
- isDefaultMethod() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
-
- isDefaultMethod() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
-
- isDefaultMethod() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
-
- isEmpty() - Method in class com.github.javaparser.symbolsolver.cache.GuavaCache
-
- isEmpty() - Method in class com.github.javaparser.symbolsolver.cache.InMemoryCache
-
- isEmpty() - Method in class com.github.javaparser.symbolsolver.cache.NoCache
-
- isEmpty() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
-
- isEmpty() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ConstraintFormulaSet
-
- isEmpty() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InstantiationSet
-
- isField() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- isField() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
-
- isField() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- isField() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
-
- isField() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
-
- isField() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
-
- isField() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
-
- isField() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- isField() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
-
- isField() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
-
- isField() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
-
- isField() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionPatternDeclaration
-
- isFunctionalInterface() - Method in class com.github.javaparser.symbolsolver.logic.AbstractTypeDeclaration
-
- isInferenceVariable() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable
-
- isInheritable() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationDeclaration
-
- isInheritable() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistAnnotationDeclaration
-
- isInheritable() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionAnnotationDeclaration
-
- isInterface() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- isInterface() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- isInterface() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- isInterface() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- isInterface() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- isInterface() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- isInterface() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- isNameAcceptable(String) - Method in enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
-
Is the given name acceptable for the given category?
- isNeedingDisambiguation() - Method in enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
-
Certain category include two or more unambiguous categories.
- isParameter() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- isParameter() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- isParameter() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
-
- isParameter() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
-
- isParameter() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
-
- isParameter() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
-
- isParameter() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- isParameter() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
-
- isParameter() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
-
- isParameter() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
-
- isParameter() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionPatternDeclaration
-
- isProperLowerBound() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Bound
-
Given a bound of the form T <: α, we say T is a proper lower bound of α.
- isProperLowerBound() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
-
- isProperType(ResolvedType) - Static method in class com.github.javaparser.symbolsolver.resolution.typeinference.TypeHelper
-
The term proper type excludes such "types" that mention inference variables.
- isProperUpperBound() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Bound
-
Given a bound of the form α <: T, we say T is a proper upper bound of α.
- isProperUpperBound() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
-
- isQualifiedName(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
-
Is the given node a qualified name?
- isReachable(Statement) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.ControlFlowLogic
-
- isResolvableTo(ResolvedPrimitiveType, ResolvedType) - Method in class com.github.javaparser.symbolsolver.resolution.promotion.NumericConditionalExprHandler
-
- isResolvableTo(ResolvedPrimitiveType, ResolvedType, boolean) - Method in class com.github.javaparser.symbolsolver.resolution.promotion.NumericConditionalExprHandler
-
- isSatisfied(InferenceVariableSubstitution) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.Bound
-
A bound is satisfied by an inference variable substitution if, after applying the substitution,
the assertion is true.
- isSatisfied(InferenceVariableSubstitution) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.CapturesBound
-
- isSatisfied(InferenceVariableSubstitution) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.FalseBound
-
- isSatisfied(InferenceVariableSubstitution) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SameAsBound
-
- isSatisfied(InferenceVariableSubstitution) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.SubtypeOfBound
-
- isSatisfied(InferenceVariableSubstitution) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.ThrowsBound
-
- isSimpleName(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
-
Is the given node a non-qualified name?
- isStatic() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValueOfMethod
-
- isStatic() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration.ValuesMethod
-
- isStatic() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
-
- isStatic() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserMethodDeclaration
-
- isStatic() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
-
- isStatic() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
-
- isStatic() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
-
- isStatic() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
-
- isThrowsBoundOn(InferenceVariable) - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.bounds.ThrowsBound
-
- isTrue() - Method in class com.github.javaparser.symbolsolver.resolution.typeinference.BoundSet
-
It is sometimes convenient to refer to an empty bound set with the symbol true; this is merely out of
convenience, and the two are interchangeable.
- isType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- isType() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- isType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- isType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistConstructorDeclaration
-
- isType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
-
- isType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclaration
-
- isType() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
-
- isType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- isType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
-
- isType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionMethodDeclaration
-
- isType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
-
- isType() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionPatternDeclaration
-
- isTypeParameter() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserClassDeclaration
-
- isTypeParameter() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserEnumDeclaration
-
- isTypeParameter() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserInterfaceDeclaration
-
- isTypeParameter() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeParameter
-
- isTypeParameter() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserTypeVariableDeclaration
-
- isTypeParameter() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistClassDeclaration
-
- isTypeParameter() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration
-
- isTypeParameter() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration
-
- isTypePattern() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionPatternDeclaration
-
- isValid() - Method in enum com.github.javaparser.symbolsolver.resolution.naming.NameCategory
-
- isValidPath(String) - Static method in class com.github.javaparser.symbolsolver.utils.FileUtils
-
- isVariable() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserVariableDeclaration
-
- isVariadic() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserParameterDeclaration
-
- isVariadic() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistParameterDeclaration
-
- isVariadic() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionParameterDeclaration
-
- isVolatile() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserFieldDeclaration
-
- isVolatile() - Method in class com.github.javaparser.symbolsolver.javassistmodel.JavassistFieldDeclaration
-
- isVolatile() - Method in class com.github.javaparser.symbolsolver.reflectionmodel.ReflectionFieldDeclaration
-
- nameAsString(Node) - Static method in class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
-
Return the string representation of the name
- NameCategory - Enum in com.github.javaparser.symbolsolver.resolution.naming
-
Context causes a name syntactically to fall into one of seven categories: ModuleName, PackageName, TypeName,
ExpressionName, MethodName, PackageOrTypeName, or AmbiguousName.
- NameLogic - Class in com.github.javaparser.symbolsolver.resolution.naming
-
NameLogic contains a set of static methods to implement the abstraction of a "Name" as defined
in Chapter 6 of the JLS.
- NameLogic() - Constructor for class com.github.javaparser.symbolsolver.resolution.naming.NameLogic
-
- NameRole - Enum in com.github.javaparser.symbolsolver.resolution.naming
-
Each Name can be part either of a Declaration or a Reference to a Declaration.
- negatedTypePatternExprsExposedFromChildren() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.BinaryExprContext
-
- negatedTypePatternExprsExposedFromChildren() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.EnclosedExprContext
-
- negatedTypePatternExprsExposedFromChildren() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.StatementContext
-
- negatedTypePatternExprsExposedFromChildren() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.UnaryExprContext
-
- negatedTypePatternExprsExposedFromChildren() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.VariableDeclarationExprContext
-
- negatedTypePatternExprsExposedFromChildren() - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.VariableDeclaratorContext
-
- NoCache<K,V> - Class in com.github.javaparser.symbolsolver.cache
-
A cache implementation that does not store any information.
- NoCache() - Constructor for class com.github.javaparser.symbolsolver.cache.NoCache
-
- nodeContextIsChainedIfElseIf(Context) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.IfStatementContext
-
if() {
// Does not match here (doesn't need to, as stuff inside of the if() is likely in context..)
} else if() {
// Matches here
} else {
// Matches here
}
- nodeContextIsConditionOfIfStmt(Context) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.IfStatementContext
-
- nodeContextIsImmediateChildElse(Context) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.IfStatementContext
-
if() {
// Does not match here (doesn't need to, as stuff inside of the if() is likely in context..)
} else {
// Does not match here, as the else block is a field inside of an ifstmt as opposed to child
}
- nodeContextIsThenOfIfStmt(Context) - Method in class com.github.javaparser.symbolsolver.javaparsermodel.contexts.IfStatementContext
-
if() {
// Does not match here (doesn't need to, as stuff inside of the if() is likely in context..)
} else {
// Does not match here, as the else block is a field inside of an ifstmt as opposed to child
}
- NoSymbolDeclarator<N extends Node> - Class in com.github.javaparser.symbolsolver.javaparsermodel.declarators
-
- NoSymbolDeclarator(N, TypeSolver) - Constructor for class com.github.javaparser.symbolsolver.javaparsermodel.declarators.NoSymbolDeclarator
-
- NumericConditionalExprHandler - Class in com.github.javaparser.symbolsolver.resolution.promotion
-
- NumericConditionalExprHandler(ResolvedType, ResolvedType) - Constructor for class com.github.javaparser.symbolsolver.resolution.promotion.NumericConditionalExprHandler
-