Package org.qdl_lang.statements
Class Element
- java.lang.Object
-
- org.qdl_lang.statements.Element
-
- All Implemented Interfaces:
Serializable
public class Element extends Object implements Serializable
The parser returns elements. These containStatements which may contain many other statementsStatements. So conceptually, an elements contains an executable statement that may contain statements.Created by Jeff Gaynor
on 1/15/20 at 8:54 AM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Element()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatementgetStatement()voidsetStatement(Statement statement)
-