Package hydra.go.syntax
Class AliasDecl.Builder
- java.lang.Object
-
- hydra.go.syntax.AliasDecl.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AliasDeclbuild()Builds an immutableAliasDecl.AliasDecl.Buildername(Identifier name)AliasDecl.Buildertype(Type type)
-
-
-
Method Detail
-
name
public AliasDecl.Builder name(Identifier name)
-
type
public AliasDecl.Builder type(Type type)
-
-