Package picasso.parser
Class AbsAnalyzer
- java.lang.Object
-
- picasso.parser.UnaryFunctionAnalyzer
-
- picasso.parser.AbsAnalyzer
-
- All Implemented Interfaces:
SemanticAnalyzerInterface
public class AbsAnalyzer extends UnaryFunctionAnalyzer
Handles parsing the absolute value function.
-
-
Constructor Summary
Constructors Constructor Description AbsAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExpressionTreeNodecreateNode(ExpressionTreeNode operand)-
Methods inherited from class picasso.parser.UnaryFunctionAnalyzer
generateExpressionTree
-
-
-
-
Method Detail
-
createNode
protected ExpressionTreeNode createNode(ExpressionTreeNode operand)
- Specified by:
createNodein classUnaryFunctionAnalyzer
-
-