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 containStatement
s which may contain many other statementsStatement
s. 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 Statement
getStatement()
void
setStatement(Statement statement)
-