|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.impl.grammar.toolbox.ConversionToolbox
public class ConversionToolbox
Toolbox for conversion.
| Constructor Summary | |
|---|---|
ConversionToolbox()
|
|
| Method Summary | |
|---|---|
static java.lang.String[] |
arrayListToStringList(java.util.ArrayList al)
ArrayList convert to String[]. |
static int |
objectToInt(java.lang.Object obj)
object convert to int. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConversionToolbox()
| Method Detail |
|---|
public static int objectToInt(java.lang.Object obj)
object convert to int.
obj - object to convert
public static java.lang.String[] arrayListToStringList(java.util.ArrayList al)
ArrayList convert to String[].
al - arrayList to convert
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||