Class CastExpr

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

public abstract class CastExpr extends Object implements Expr
  • Constructor Details

    • CastExpr

      public CastExpr()
  • Method Details

    • type

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

      public static CastExpr.Builder builder()