Class CompoundStatementExpression

  • All Implemented Interfaces:
    HasType

    public class CompoundStatementExpression
    extends Expression
    An expression, which calls another function. It has a list of arguments (list of Expressions) and is connected via the INVOKES edge to its FunctionDeclaration.
    • Constructor Detail

      • CompoundStatementExpression

        public CompoundStatementExpression()
    • Method Detail

      • getStatement

        public Statement getStatement()
      • setStatement

        public void setStatement​(Statement statement)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class Expression