Class ValueExpr

java.lang.Object
com.google.api.generator.engine.ast.ValueExpr
All Implemented Interfaces:
AstNode, Expr

public abstract class ValueExpr extends Object implements Expr
  • Constructor Details

    • ValueExpr

      public ValueExpr()
  • Method Details

    • value

      public abstract Value value()
    • type

      public TypeNode type()
      Specified by:
      type in interface 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
    • withValue

      public static ValueExpr withValue(Value value)
    • createNullExpr

      public static ValueExpr createNullExpr()
    • builder

      public static ValueExpr.Builder builder()