Package hydra.go.syntax
Class SendStmt.Builder
- java.lang.Object
-
- hydra.go.syntax.SendStmt.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SendStmtbuild()Builds an immutableSendStmt.SendStmt.Builderchannel(Expression channel)SendStmt.Buildervalue(Expression value)
-
-
-
Method Detail
-
channel
public SendStmt.Builder channel(Expression channel)
-
value
public SendStmt.Builder value(Expression value)
-
-