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 StringgetFunctionName(DynamicFunctionSymbol dfs)static StringgetFunctionName(ReducedDynamicFunctionSymbol dfs)static StringgetGetterName(IPropertyInfo pi)static StringgetGetterNameForDPS(DynamicPropertySymbol dps)static StringgetGetterNameForDPS(ReducedDynamicPropertySymbol dps)static StringgetSetterName(IPropertyInfo pi)static StringgetSetterNameForDPS(DynamicPropertySymbol dps)static StringgetSetterNameForDPS(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)
-
-