- java.lang.Object
-
- com.github.javaparser.symbolsolver.javaparsermodel.LambdaArgumentTypePlaceholder
-
- All Implemented Interfaces:
- com.github.javaparser.resolution.types.ResolvedType
public class LambdaArgumentTypePlaceholder
extends Object
implements com.github.javaparser.resolution.types.ResolvedType
Placeholder used to represent a lambda argument type while it is being
calculated.
- Author:
- Federico Tomassetti
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.javaparser.resolution.types.ResolvedType
arrayLevel, asArrayType, asConstraintType, asPrimitive, asReferenceType, asTypeParameter, asTypeVariable, asUnionType, asWildcard, isConstraint, isNull, isReference, isUnionType, isVoid, isWildcard, mention, replaceTypeVariables, replaceTypeVariables
-
-
Method Detail
-
isArray
public boolean isArray()
- Specified by:
isArray in interface com.github.javaparser.resolution.types.ResolvedType
-
describe
public String describe()
- Specified by:
describe in interface com.github.javaparser.resolution.types.ResolvedType
Copyright © 2007–2019. All rights reserved.