public static class RtflRuntime.RtflMetadata
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
compilerVersion
The version of the compiler used to compile the binary
|
java.lang.String |
fileName
The name of the original source file
|
boolean |
hasLineNumbers
Whether this binary includes the original line numbers of instructions
|
int |
rtflVersion
The version of Rtfl this was compiled for
|
| Constructor and Description |
|---|
RtflMetadata(java.lang.String file,
int compVer,
int rtflVer,
boolean lineNumbers) |
public final java.lang.String fileName
public final int compilerVersion
public final int rtflVersion
public final boolean hasLineNumbers