Package cppclassanalyzer.utils
Class LanguageIdHandler
java.lang.Object
cppclassanalyzer.utils.LanguageIdHandler
public class LanguageIdHandler extends Object
LanguageID
helper class-
Constructor Summary
Constructors Constructor Description LanguageIdHandler(LanguageID id)
Constructs a new LanguageIdHandler -
Method Summary
Modifier and Type Method Description String
getAddressSize()
Gets the address sizeString
getEndianess()
Gets the processor endianessString
getProcessor()
Gets the processor nameString
getVariant()
Gets the processor variant
-
Constructor Details
-
LanguageIdHandler
Constructs a new LanguageIdHandler- Parameters:
id
- the language id
-
-
Method Details
-
getProcessor
Gets the processor name- Returns:
- the processor name
-
getEndianess
Gets the processor endianess- Returns:
- the processor endianess
-
getAddressSize
Gets the address size- Returns:
- the address size
-
getVariant
Gets the processor variant- Returns:
- the processor variant
-