public static class JSTypeCreatorFromJSDoc.FunctionAndSlotType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DeclaredFunctionType |
functionType |
JSType |
slotType |
Constructor and Description |
---|
FunctionAndSlotType(JSType slotType,
DeclaredFunctionType functionType) |
public JSType slotType
public DeclaredFunctionType functionType
public FunctionAndSlotType(JSType slotType, DeclaredFunctionType functionType)