Class CTypeParser
java.lang.Object
com.ibm.j9ddr.CTypeParser
Utility class - used for parsing C type declarations.
Splits const int[][] into
prefix -> const
coreType -> int
suffix -> [][]
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CTypeParser
Default constructor.- Parameters:
typeDeclaration
- C type declaration, e.g. int[][][]
-
-
Method Details
-
getPrefix
-
getCoreType
-
getSuffix
-