public class FromBase extends PostfixMathCommand
Constructor and Description |
---|
FromBase() |
FromBase(int base) |
FromBase(int base,
String prefix) |
Modifier and Type | Method and Description |
---|---|
Object |
fromBase(String str,
int base) |
void |
run(Stack s)
Throws an exception because this method should never be called under
normal circumstances.
|
checkNumberOfParameters, getNumberOfParameters, setCurNumberOfParameters
public FromBase()
public FromBase(int base)
public FromBase(int base, String prefix)
public void run(Stack s) throws ParseException
PostfixMathCommand
run
in interface PostfixMathCommandI
run
in class PostfixMathCommand
ParseException
public Object fromBase(String str, int base) throws NumberFormatException
NumberFormatException
Jas4pp 1.5 © Java Analysis Studio for Particle Physics