| |
|
| java.lang.Object org.apache.axis2.wsdl.databinding.CUtils
CUtils | public class CUtils (Code) | | |
Method Summary | |
public static boolean | isCKeyword(String keyword) Checks if the input string is a valid C keyword. | public static String | makeNonCKeyword(String keyword) Turns a C keyword string into a non-C keyword string. |
englishCollator | final static Collator englishCollator(Code) | | Collator for comparing the strings
|
keywordPrefix | final static char keywordPrefix(Code) | | Use this character as suffix
|
isCKeyword | public static boolean isCKeyword(String keyword)(Code) | | Checks if the input string is a valid C keyword.
Returns boolean. |
makeNonCKeyword | public static String makeNonCKeyword(String keyword)(Code) | | Turns a C keyword string into a non-C keyword string. (Right now this simply means appending
an underscore.)
|
|
|
|