jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-symbol-solver-core
/
com.github.javaparser.symbolsolver.resolution.typeinference
/
InstantiationSet
Instantiation
Set
open
class
InstantiationSet
(
source
)
Author
Federico Tomassetti
Members
Functions
all
Inference
Variables
Are
Resolved
Link copied to clipboard
open
fun
allInferenceVariablesAreResolved
(
boundSet
:
BoundSet
)
:
Boolean
apply
Link copied to clipboard
open
fun
apply
(
type
:
ResolvedType
)
:
ResolvedType
empty
Link copied to clipboard
open
fun
empty
(
)
:
InstantiationSet
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
is
Empty
Link copied to clipboard
open
fun
isEmpty
(
)
:
Boolean
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
with
Instantiation
Link copied to clipboard
open
fun
withInstantiation
(
instantiation
:
Instantiation
)
:
InstantiationSet