org.apache.axis2.wsdl.databinding
Class CUtils

java.lang.Object
  extended by org.apache.axis2.wsdl.databinding.CUtils

public class CUtils
extends Object


Constructor Summary
CUtils()
           
 
Method Summary
static boolean isCKeyword(String keyword)
          Checks if the input string is a valid C keyword.
static String makeNonCKeyword(String keyword)
          Turns a C keyword string into a non-C keyword string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CUtils

public CUtils()
Method Detail

isCKeyword

public static boolean isCKeyword(String keyword)
Checks if the input string is a valid C keyword.

Returns:
Returns boolean.

makeNonCKeyword

public static String makeNonCKeyword(String keyword)
Turns a C keyword string into a non-C keyword string. (Right now this simply means appending an underscore.)



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.