public class NativeCodeInfo extends ElementInfo
name, parent| Constructor and Description |
|---|
NativeCodeInfo(String name,
org.graalvm.nativeimage.c.CContext.Directives directives,
boolean isBuiltin) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(InfoTreeVisitor visitor) |
Object |
getAnnotatedElement() |
org.graalvm.nativeimage.c.CContext.Directives |
getDirectives() |
boolean |
isBuiltin() |
adoptChild, adoptChildren, getChildren, getName, getParent, getUniqueID, mergeChildrenAndDelete, toStringpublic NativeCodeInfo(String name, org.graalvm.nativeimage.c.CContext.Directives directives, boolean isBuiltin)
public boolean isBuiltin()
public org.graalvm.nativeimage.c.CContext.Directives getDirectives()
public Object getAnnotatedElement()
getAnnotatedElement in class ElementInfopublic void accept(InfoTreeVisitor visitor)
accept in class ElementInfo