Class NewObjectExpr

  • All Implemented Interfaces:
    AstNode, Expr

    public abstract class NewObjectExpr
    extends Object
    implements Expr
    • Constructor Detail

      • NewObjectExpr

        public NewObjectExpr()
    • Method Detail

      • arguments

        public abstract com.google.common.collect.ImmutableList<Expr> arguments()
      • isGeneric

        public abstract boolean isGeneric()
      • 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