public class PrimitiveTypeEntry extends TypeEntry
| Constructor and Description |
|---|
PrimitiveTypeEntry(String typeName,
int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDebugInfo(DebugInfoBase debugInfoBase,
DebugInfoProvider.DebugTypeInfo debugTypeInfo,
org.graalvm.compiler.debug.DebugContext debugContext) |
int |
getBitCount() |
int |
getFlags() |
char |
getTypeChar() |
DebugInfoProvider.DebugTypeInfo.DebugTypeKind |
typeKind() |
canonicalize, getSize, getTypeName, isArray, isClass, isEnum, isHeader, isInstance, isInterface, isPrimitive, isStructurepublic PrimitiveTypeEntry(String typeName, int size)
public DebugInfoProvider.DebugTypeInfo.DebugTypeKind typeKind()
public void addDebugInfo(DebugInfoBase debugInfoBase, DebugInfoProvider.DebugTypeInfo debugTypeInfo, org.graalvm.compiler.debug.DebugContext debugContext)
addDebugInfo in class TypeEntrypublic char getTypeChar()
public int getBitCount()
public int getFlags()