org.apache.cxf.tools.corba.processors.idl
Class TypesUtils

java.lang.Object
  extended by org.apache.cxf.tools.corba.processors.idl.TypesUtils

public final class TypesUtils
extends java.lang.Object


Method Summary
static Scope generateAnonymousScopedName(Scope scope, org.apache.ws.commons.schema.XmlSchema schema)
           
static antlr.collections.AST getCorbaTypeNameNode(antlr.collections.AST node)
          Returns node corresponding to the name of the CORBA primitive type node.
static boolean isValidIdentifier(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCorbaTypeNameNode

public static antlr.collections.AST getCorbaTypeNameNode(antlr.collections.AST node)
Returns node corresponding to the name of the CORBA primitive type node.

Parameters:
node -
Returns:

isValidIdentifier

public static boolean isValidIdentifier(java.lang.String id)

generateAnonymousScopedName

public static Scope generateAnonymousScopedName(Scope scope,
                                                org.apache.ws.commons.schema.XmlSchema schema)


Apache CXF