Class ReturnExpr

  • All Implemented Interfaces:
    AstNode, Expr

    public abstract class ReturnExpr
    extends Object
    implements Expr
    • Constructor Detail

      • ReturnExpr

        public ReturnExpr()
    • Method Detail

      • expr

        public abstract Expr expr()
      • accept

        public void accept​(AstNodeVisitor visitor)
        Description copied from interface: AstNode
        Writes the syntatically-correct Java code representation of this node.
        Specified by:
        accept in interface AstNode
        Specified by:
        accept in interface Expr