public abstract class CodeEntry
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CodeEntry.CodeId |
| Constructor and Description |
|---|
CodeEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static CodeEntry.CodeId |
getId(Instruction[] code) |
boolean |
isBuiltIn() |
boolean |
isDefinedField() |
boolean |
isField() |
boolean |
isProjection() |
static void |
showCode(CodeEntry entry,
Instruction[] code) |
static void |
showCode(Instruction[] code) |
static void |
showCode(Instruction[] code,
int ip) |
Symbol |
symbol() |
java.lang.String |
toString() |
Type |
type() |
public static final CodeEntry.CodeId getId(Instruction[] code)
public static final void showCode(Instruction[] code)
public static final void showCode(Instruction[] code, int ip)
public static final void showCode(CodeEntry entry, Instruction[] code)
public final Symbol symbol()
public final Type type()
public final boolean isBuiltIn()
public boolean isProjection()
public boolean isField()
public boolean isDefinedField()
public final boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object