Modifier and Type | Field and Description |
---|---|
private Instruction |
Access | Constructor and Description |
---|---|
public | NodeCounterGenerator(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet)
|
Modifier and Type | Method and Description |
---|---|
public boolean | isExternal()
Overrides com. |
public Instruction | loadTranslet()
Overrides com. |
public void | setTransletIndex(int index)
Set the index of the register where "this" (the pointer to the translet) is stored. |
_aloadTranslet | back to summary |
---|---|
private Instruction _aloadTranslet Hides com. |
NodeCounterGenerator | back to summary |
---|---|
public NodeCounterGenerator(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet) |
isExternal | back to summary |
---|---|
public boolean isExternal() Overrides com. Returns true since this class is external to the translet. |
loadTranslet | back to summary |
---|---|
public Instruction loadTranslet() Overrides com. The index of the translet pointer within the execution of matchFrom or matchCount. Overridden from ClassGenerator. |
setTransletIndex | back to summary |
---|---|
public void setTransletIndex(int index) Set the index of the register where "this" (the pointer to the translet) is stored. |