Class TypesUtils


  • public final class TypesUtils
    extends Object
    • 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​(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)