public interface Combiner
-
Method Summary
-
Method Details
-
combine
Combine two ASTs into a single AST.- Parameters:
ast0- The first AST being combined.ast1- The second AST being combined.- Returns:
- The AST representing the combination of ast0 and ast1.
- Throws:
SyntaxException- If it encounters an error in the ASTs or an unhandled case.
-