public class LambdaArgumentTypePlaceholder extends Object implements ResolvedType
| Constructor and Description |
|---|
LambdaArgumentTypePlaceholder(int pos) |
| Modifier and Type | Method and Description |
|---|---|
String |
describe() |
boolean |
isArray() |
boolean |
isAssignableBy(ResolvedType other)
This method checks if ThisType t = new OtherType() would compile.
|
boolean |
isReferenceType()
Can this be seen as a ReferenceTypeUsage?
|
boolean |
isTypeVariable() |
void |
setMethod(SymbolReference<? extends ResolvedMethodLikeDeclaration> method) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitarrayLevel, asArrayType, asConstraintType, asPrimitive, asReferenceType, asTypeParameter, asTypeVariable, asUnionType, asWildcard, erasure, isConstraint, isInferenceVariable, isNull, isNumericType, isPrimitive, isReference, isUnionType, isVoid, isWildcard, mention, replaceTypeVariables, replaceTypeVariables, solveGenericTypes, toDescriptorpublic boolean isArray()
isArray in interface ResolvedTypepublic boolean isReferenceType()
ResolvedTypeisReferenceType in interface ResolvedTypepublic String describe()
describe in interface ResolvedTypepublic boolean isTypeVariable()
isTypeVariable in interface ResolvedTypepublic void setMethod(SymbolReference<? extends ResolvedMethodLikeDeclaration> method)
public boolean isAssignableBy(ResolvedType other)
ResolvedTypeisAssignableBy in interface ResolvedTypeCopyright © 2007–2024. All rights reserved.