Class BreakStatement
- java.lang.Object
-
- com.google.api.generator.engine.ast.BreakStatement
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(AstNodeVisitor visitor)Writes the syntatically-correct Java code representation of this node.static BreakStatementcreate()
-
-
-
Method Detail
-
accept
public void accept(AstNodeVisitor visitor)
Description copied from interface:AstNodeWrites the syntatically-correct Java code representation of this node.
-
create
public static BreakStatement create()
-
-