|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.jeval.ParsedFunction
public class ParsedFunction
This class represents a function that has been parsed.
| Constructor Summary | |
|---|---|
ParsedFunction(net.sourceforge.jeval.function.Function function,
java.lang.String arguments,
net.sourceforge.jeval.operator.Operator unaryOperator)
The constructor for this class. |
|
| Method Summary | |
|---|---|
java.lang.String |
getArguments()
Returns the arguments to the function. |
net.sourceforge.jeval.function.Function |
getFunction()
Returns the function that has been parsed. |
net.sourceforge.jeval.operator.Operator |
getUnaryOperator()
Returns the unary operator for this object, if there is one. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParsedFunction(net.sourceforge.jeval.function.Function function,
java.lang.String arguments,
net.sourceforge.jeval.operator.Operator unaryOperator)
function - The function that has been parsed.arguments - The arguments to the function.unaryOperator - The unary operator for this object, if there is one.| Method Detail |
|---|
public net.sourceforge.jeval.function.Function getFunction()
public java.lang.String getArguments()
public net.sourceforge.jeval.operator.Operator getUnaryOperator()
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||