Property | Type | Description | |
---|---|---|---|
resolved_remappings | IDictionary | ||
unresolved_remappings | IDictionary |
Method | Description | |
---|---|---|
Init ( IDictionary remappings ) : void | ||
append ( string left, string right ) : string | ||
clean ( string name ) : string | ||
isValidCharInName ( char c ) : bool | ||
parentNamespace ( string name ) : string | ||
remap ( string name ) : string | ||
resolve ( string name ) : string | ||
resolve ( string name, bool doremap ) : string | ||
resolve ( string ns, string name ) : string | ||
resolve ( string ns, string name, bool doremap ) : string | ||
validate ( string name, string &error ) : bool |
Method | Description | |
---|---|---|
InvalidName ( string error ) : |
public static Init ( IDictionary remappings ) : void | ||
remappings | IDictionary | |
return | void |
public static append ( string left, string right ) : string | ||
left | string | |
right | string | |
return | string |
public static isValidCharInName ( char c ) : bool | ||
c | char | |
return | bool |
public static parentNamespace ( string name ) : string | ||
name | string | |
return | string |
public static resolve ( string name ) : string | ||
name | string | |
return | string |
public static resolve ( string name, bool doremap ) : string | ||
name | string | |
doremap | bool | |
return | string |
public static resolve ( string ns, string name ) : string | ||
ns | string | |
name | string | |
return | string |
public static resolve ( string ns, string name, bool doremap ) : string | ||
ns | string | |
name | string | |
doremap | bool | |
return | string |
public static validate ( string name, string &error ) : bool | ||
name | string | |
error | string | |
return | bool |
public static IDictionary resolved_remappings | ||
return | IDictionary |