Class ExamineResultTypes
java.lang.Object
com.singularsys.jepexamples.diagnostics.ExamineResultTypes
Class to examine the results types of the various operators
and function.
Can be called with 1 argument to just test a function or operator with that name
java ExamineResultTypes sin
java ExamineResultTypes +- Author:
- Richard Morris
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexamineTypes(String name, PostfixMathCommandI pfmc) Tests return types for a specific PostfixMathCommandI will test for 0,1,2 and 3 parametersvoidexamineTypes(String name, PostfixMathCommandI pfmc, int n) Tests return types for a specific PostfixMathCommandI with a specific number of parametersstatic void
-
Constructor Details
-
ExamineResultTypes
- Parameters:
jep-types-
-
-
Method Details
-
examineTypes
Tests return types for a specific PostfixMathCommandI will test for 0,1,2 and 3 parameters -
examineTypes
Tests return types for a specific PostfixMathCommandI with a specific number of parameters -
main
- Parameters:
args-
-