|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.umlv.corosol.component.instruction.impl.FAdd
public class FAdd
The implementation of the fadd instruction.
| Nested Class Summary |
|---|
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
FAdd()
Creates a new FAdd object. |
|
| Method Summary | |
|---|---|
void |
configure(JVirtualMachine jvm)
Configures this instruction via the specified JVM. |
void |
exec(JThread thread)
Executes this instruction in the specified thread. |
java.lang.Class |
getComponentClass()
Returns the class object describing this component. |
java.lang.Object |
getNativeObject()
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine. |
int |
getOpcode()
Returns the opcode of this instruction. |
void |
replace(JVMComponent component)
Replaces the data of this component by the data of the specified component. |
java.lang.String |
toString()
Returns a string representation of this instruction. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FAdd()
| Method Detail |
|---|
public java.lang.Object getNativeObject()
public void configure(JVirtualMachine jvm)
configure in interface JVMComponentjvm - the Java Virtual Machinepublic java.lang.Class getComponentClass()
getComponentClass in interface JVMComponentpublic void replace(JVMComponent component)
replace in interface JVMComponentcomponent - a component to be used to initialize this component
public void exec(JThread thread)
throws java.lang.Throwable
exec in interface JInstructionthread - a thread
java.lang.Throwable - if an exception occurs during executionpublic int getOpcode()
getOpcode in interface JInstructionpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||