Class TypesUtils
- java.lang.Object
-
- org.apache.cxf.tools.corba.processors.idl.TypesUtils
-
public final class TypesUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ScopegenerateAnonymousScopedName(Scope scope, org.apache.ws.commons.schema.XmlSchema schema)static StringgetConstValueByName(antlr.collections.AST node, TypeMappingType typeMap)static antlr.collections.ASTgetCorbaTypeNameNode(antlr.collections.AST node)Returns node corresponding to the name of the CORBA primitive type node.static booleanisValidIdentifier(String id)
-
-
-
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)
-
-