Class LambdaArgumentTypePlaceholder
java.lang.Object
com.github.javaparser.symbolsolver.javaparsermodel.LambdaArgumentTypePlaceholder
- All Implemented Interfaces:
ResolvedType
Placeholder used to represent a lambda argument type while it is being
calculated.
- Author:
- Federico Tomassetti
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescribe()booleanisArray()booleanisAssignableBy(ResolvedType other)booleanbooleanbooleanvoidsetMethod(SymbolReference<? extends ResolvedMethodLikeDeclaration> method)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.javaparser.resolution.types.ResolvedType
arrayLevel, asArrayType, asConstraintType, asPrimitive, asReferenceType, asTypeParameter, asTypeVariable, asUnionType, asWildcard, erasure, isConstraint, isInferenceVariable, isNull, isNumericType, isReference, isUnionType, isVoid, isWildcard, mention, replaceTypeVariables, replaceTypeVariables
-
Constructor Details
-
LambdaArgumentTypePlaceholder
public LambdaArgumentTypePlaceholder(int pos)
-
-
Method Details
-
isArray
public boolean isArray()- Specified by:
isArrayin interfaceResolvedType
-
isPrimitive
public boolean isPrimitive()- Specified by:
isPrimitivein interfaceResolvedType
-
isReferenceType
public boolean isReferenceType()- Specified by:
isReferenceTypein interfaceResolvedType
-
describe
- Specified by:
describein interfaceResolvedType
-
isTypeVariable
public boolean isTypeVariable()- Specified by:
isTypeVariablein interfaceResolvedType
-
setMethod
-
isAssignableBy
- Specified by:
isAssignableByin interfaceResolvedType
-