public class IRFeatureBase extends Object
| Constructor and Description |
|---|
IRFeatureBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addImplicitParameters(IType owner,
IFunctionType functionType,
boolean bStatic,
List<IRType> params) |
protected void |
addTypeVariableParameters(List<IRType> params,
int number) |
protected List<IRType> |
getTypeDescriptors(IParameterInfo[] parameters) |
protected boolean |
isImplicitMethod() |
protected IRType |
maybeReifyFieldType(IType owner,
String name,
IType originalType) |
protected String |
resolveFieldName(IType owner,
String name) |
protected IRType maybeReifyFieldType(IType owner, String name, IType originalType)
protected void addImplicitParameters(IType owner, IFunctionType functionType, boolean bStatic, List<IRType> params)
protected boolean isImplicitMethod()
protected List<IRType> getTypeDescriptors(IParameterInfo[] parameters)
Copyright © 2019. All rights reserved.