Class BlockStatement

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

public abstract class BlockStatement extends Object implements Statement
  • Constructor Details

    • BlockStatement

      public BlockStatement()
  • Method Details

    • body

      public abstract com.google.common.collect.ImmutableList<Statement> body()
    • isStatic

      public abstract boolean isStatic()
    • 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 Statement
    • builder

      public static BlockStatement.Builder builder()