| Package | Description |
|---|---|
| gw.lang | |
| gw.lang.function | |
| gw.lang.parser.coercers | |
| gw.lang.parser.exceptions | |
| gw.lang.parser.expressions | |
| gw.lang.reflect | |
| gw.lang.reflect.java |
| Modifier and Type | Method and Description |
|---|---|
IFunctionType |
IGosuShop.createFunctionType(IMethodInfo mi) |
static IFunctionType |
GosuShop.createFunctionType(IMethodInfo mi) |
| Modifier and Type | Method and Description |
|---|---|
ISymbol |
IGosuShop.createDynamicFunctionSymbol(ISymbolTable symbolTable,
String strMemberName,
IFunctionType functionType,
List<ISymbol> params,
IExpression value) |
static ISymbol |
GosuShop.createDynamicFunctionSymbol(ISymbolTable symbolTable,
String strMemberName,
IFunctionType functionType,
List<ISymbol> params,
IExpression expression) |
| Modifier and Type | Method and Description |
|---|---|
IFunctionType |
IBlock.getFunctionType() |
IFunctionType |
AbstractBlock.getFunctionType() |
| Modifier and Type | Method and Description |
|---|---|
static IFunctionType |
FunctionToInterfaceCoercer.getRepresentativeFunctionType(IType interfaceType) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FunctionFromInterfaceCoercer.areTypesCompatible(IFunctionType functionType,
IType interfaceType) |
| Modifier and Type | Method and Description |
|---|---|
IFunctionType |
NotImplementedParseException.getFuncType() |
| Constructor and Description |
|---|
NotImplementedParseException(IFullParserState parserState,
IGosuClass gsClass,
String strClass,
IFunctionType funcType) |
| Modifier and Type | Method and Description |
|---|---|
IFunctionType |
IMethodCallExpression.getFunctionType() |
IFunctionType |
IBeanMethodCallExpression.getFunctionType() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBlockType |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionType |
class |
ParameterizedFunctionType |
| Modifier and Type | Method and Description |
|---|---|
IFunctionType |
IErrorType.getErrorTypeFunctionType(IExpression[] eArgs,
String strMethod,
List listAllMatchingMethods) |
static IFunctionType |
TypeSystem.getOrCreateFunctionType(IMethodInfo mi) |
IFunctionType |
ITypeSystem.getOrCreateFunctionType(IMethodInfo mi) |
static IFunctionType |
TypeSystem.getOrCreateFunctionType(String strFunctionName,
IType retType,
IType[] paramTypes) |
IFunctionType |
ITypeSystem.getOrCreateFunctionType(String strFunctionName,
IType retType,
IType[] paramTypes) |
IFunctionType |
ParameterizedFunctionType.inferParameterizedTypeFromArgTypesAndContextType(IType[] eArgs,
IType ctxType) |
IFunctionType |
IFunctionType.inferParameterizedTypeFromArgTypesAndContextType(IType[] eArgs,
IType ctxType) |
IFunctionType |
FunctionType.inferParameterizedTypeFromArgTypesAndContextType(IType[] argTypes,
IType ctxType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ParameterizedFunctionType.areParamsCompatible(IFunctionType rhsType) |
boolean |
IFunctionType.areParamsCompatible(IFunctionType rhsFunctionType) |
boolean |
FunctionType.areParamsCompatible(IFunctionType fromType) |
static boolean |
FunctionType.areParamsCompatible(IFunctionType toType,
IFunctionType fromType) |
| Constructor and Description |
|---|
FunctionTypeInfo(IFunctionType functionType) |
| Modifier and Type | Method and Description |
|---|---|
static IFunctionType |
GosuTypes.DEF_CTOR_TYPE() |
Copyright © 2019. All rights reserved.