Class Statement

java.lang.Object
org.ek9lang.compiler.ir.Statement
All Implemented Interfaces:
INode

public final class Statement extends Object implements INode
Represents a single statement, could be also in the form of an expression. For now just hold the text and then move on to deal with processing assignments.
  • Constructor Details

    • Statement

      public Statement(String text)
  • Method Details