Package picasso.parser
Class ColorAnalyzer
java.lang.Object
picasso.parser.ColorAnalyzer
- All Implemented Interfaces:
SemanticAnalyzerInterface
SemanticAnalyzer for an RGB Color
- Author:
- Sara Sprenkle
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ColorAnalyzer
public ColorAnalyzer()
-
-
Method Details
-
generateExpressionTree
- Specified by:
generateExpressionTree
in interfaceSemanticAnalyzerInterface
- Parameters:
tokens
- in postfix order- Returns:
- the root node for the expression represented by the top token
-