public class Cross extends PostfixMathCommand
Constructor and Description |
---|
Cross() |
Modifier and Type | Method and Description |
---|---|
Object |
cross(Object param1,
Object param2) |
Object |
cross(Vector lhs,
Vector rhs) |
void |
run(Stack inStack)
Throws an exception because this method should never be called under
normal circumstances.
|
checkNumberOfParameters, getNumberOfParameters, setCurNumberOfParameters
public void run(Stack inStack) throws ParseException
PostfixMathCommand
run
in interface PostfixMathCommandI
run
in class PostfixMathCommand
ParseException
public Object cross(Object param1, Object param2) throws ParseException
ParseException
public Object cross(Vector lhs, Vector rhs) throws ParseException
ParseException
Jas4pp 1.5 © Java Analysis Studio for Particle Physics