public class GraalIsolateHeader extends Object implements CHeader.Header
| Constructor and Description |
|---|
GraalIsolateHeader() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Name of the header file.
|
void |
writePreamble(PrintWriter writer)
Writes a preamble after the dependencies and before the list of included methods.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdependsOnpublic String name()
CHeader.Headername in interface CHeader.Headerpublic void writePreamble(PrintWriter writer)
CHeader.HeaderwritePreamble in interface CHeader.Header