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