first commit
This commit is contained in:
12
hrmsEjb/org/nfunk/jep/function/PostfixMathCommandI.java
Normal file
12
hrmsEjb/org/nfunk/jep/function/PostfixMathCommandI.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package org.nfunk.jep.function;
|
||||
|
||||
import java.util.Stack;
|
||||
import org.nfunk.jep.ParseException;
|
||||
|
||||
public interface PostfixMathCommandI {
|
||||
void run(Stack paramStack) throws ParseException;
|
||||
|
||||
int getNumberOfParameters();
|
||||
|
||||
void setCurNumberOfParameters(int paramInt);
|
||||
}
|
Reference in New Issue
Block a user