|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.umlv.corosol.component.impl.AbstractJVMComponent
fr.umlv.corosol.component.instruction.impl.DefaultJInstructionFactory
public class DefaultJInstructionFactory
This class is the default implementation of the JInstructionFactory interface.
| Constructor Summary | |
|---|---|
DefaultJInstructionFactory()
|
|
| Method Summary | |
|---|---|
JInstruction |
createInstruction(int opcode)
Creates the JInstruction object corresponding to the specified opcode. |
java.lang.Class |
getComponentClass()
Returns the class object describing this component. |
| Methods inherited from class fr.umlv.corosol.component.impl.AbstractJVMComponent |
|---|
configure, replace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface fr.umlv.corosol.component.JVMComponent |
|---|
configure, replace |
| Constructor Detail |
|---|
public DefaultJInstructionFactory()
| Method Detail |
|---|
public java.lang.Class getComponentClass()
getComponentClass in interface JVMComponentpublic JInstruction createInstruction(int opcode)
JInstructionFactory
createInstruction in interface JInstructionFactoryopcode - an instruction opcode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||