Package picasso.parser
Class TanAnalyzer
- java.lang.Object
-
- picasso.parser.UnaryFunctionAnalyzer
-
- picasso.parser.TanAnalyzer
-
- All Implemented Interfaces:
SemanticAnalyzerInterface
public class TanAnalyzer extends UnaryFunctionAnalyzer
Handles parsing the Tan Function.
-
-
Constructor Summary
Constructors Constructor Description TanAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExpressionTreeNodenewNode(ExpressionTreeNode paramETN)Creates the expression tree node for the Tan function.-
Methods inherited from class picasso.parser.UnaryFunctionAnalyzer
generateExpressionTree
-
-
-
-
Method Detail
-
newNode
protected ExpressionTreeNode newNode(ExpressionTreeNode paramETN)
Creates the expression tree node for the Tan function.- Specified by:
newNodein classUnaryFunctionAnalyzer- Returns:
- the expression tree node for the Tan function.
-
-