public abstract class Instruction extends Object
| Constructor and Description |
|---|
Instruction(String id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
convertDoubleArray(Double[] doubleArr) |
String |
convertStringArray(String[] strArr) |
abstract Instruction |
createNew(Parameter[] params) |
String |
getId() |
String |
getMethodParams() |
String |
getName() |
String |
toMethod() |
abstract String |
toString() |
Copyright © 2015 atRem Interactive Media. All rights reserved.