Class VoidInvokeStmt


  • public class VoidInvokeStmt
    extends Stmt.E1Stmt
    Represent a void-expr: the expr result is ignored. possible op type: AbstractInvokeExpr, FieldExpr, or others
    See Also:
    Stmt.ST.VOID_INVOKE
    • Constructor Detail

      • VoidInvokeStmt

        public VoidInvokeStmt​(Value op)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object