Package parser.methods.ext
Class Echo.EchoI
java.lang.Object
parser.methods.ext.Echo.EchoI
- All Implemented Interfaces:
BasicNumericalMethod
- Enclosing class:
- Echo
public static class Echo.EchoI extends java.lang.Object implements BasicNumericalMethod
-
Constructor Summary
Constructors Constructor Description EchoI() -
Method Summary
-
Constructor Details
-
EchoI
public EchoI()
-
-
Method Details
-
solve
public java.lang.String solve(java.util.List<java.lang.String> tokens)- Specified by:
solvein interfaceBasicNumericalMethod
-
getHelp
public java.lang.String getHelp()- Specified by:
getHelpin interfaceBasicNumericalMethod
-
getName
public java.lang.String getName()- Specified by:
getNamein interfaceBasicNumericalMethod
-
getType
public java.lang.String getType()- Specified by:
getTypein interfaceBasicNumericalMethod
-