Class TypesUtils

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

public final class TypesUtils extends Object
  • Method Details

    • 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(String id)
    • generateAnonymousScopedName

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

      public static String getConstValueByName(antlr.collections.AST node, TypeMappingType typeMap)