Package | Description |
---|---|
com.sun.tools.javac.comp |
Modifier and Type | Field and Description |
---|---|
protected Infer.InferenceException |
Infer.inferenceException |
Modifier and Type | Method and Description |
---|---|
Type |
Infer.instantiateMethod(Env<AttrContext> env,
List<Type> tvars,
Type.MethodType mt,
com.sun.tools.javac.comp.Attr.ResultInfo resultInfo,
Symbol msym,
List<Type> argtypes,
boolean allowBoxing,
boolean useVarargs,
com.sun.tools.javac.comp.Resolve.MethodResolutionContext resolveContext,
Warner warn)
Main inference entry point - instantiate a generic method type
using given argument types and (possibly) an expected target-type.
|
Copyright © 2017 earcam. All rights reserved.