Class NameResolver
- java.lang.Object
-
- gw.internal.gosu.ir.transform.util.NameResolver
-
public class NameResolver extends Object
-
-
Constructor Summary
Constructors Constructor Description NameResolver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getFunctionName(DynamicFunctionSymbol dfs)
static String
getFunctionName(ReducedDynamicFunctionSymbol dfs)
static String
getGetterName(IPropertyInfo pi)
static String
getGetterNameForDPS(DynamicPropertySymbol dps)
static String
getGetterNameForDPS(ReducedDynamicPropertySymbol dps)
static String
getSetterName(IPropertyInfo pi)
static String
getSetterNameForDPS(DynamicPropertySymbol dps)
static String
getSetterNameForDPS(ReducedDynamicPropertySymbol dps)
-
-
-
Method Detail
-
getGetterName
public static String getGetterName(IPropertyInfo pi)
-
getGetterNameForDPS
public static String getGetterNameForDPS(ReducedDynamicPropertySymbol dps)
-
getGetterNameForDPS
public static String getGetterNameForDPS(DynamicPropertySymbol dps)
-
getSetterName
public static String getSetterName(IPropertyInfo pi)
-
getSetterNameForDPS
public static String getSetterNameForDPS(ReducedDynamicPropertySymbol dps)
-
getSetterNameForDPS
public static String getSetterNameForDPS(DynamicPropertySymbol dps)
-
getFunctionName
public static String getFunctionName(ReducedDynamicFunctionSymbol dfs)
-
getFunctionName
public static String getFunctionName(DynamicFunctionSymbol dfs)
-
-