Package net.hydromatic.morel.ast
Class Ast.FunBind
- java.lang.Object
-
- net.hydromatic.morel.ast.AstNode
-
- net.hydromatic.morel.ast.Ast.FunBind
-
-
Constructor Summary
Constructors Constructor Description FunBind(Pos pos, com.google.common.collect.ImmutableList<Ast.FunMatch> matchList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ast.FunBindaccept(Shuttle shuttle)Accepts a shuttle, calling theShuttle.visit(net.hydromatic.morel.ast.Ast.Literal)method appropriate to the type of this node, and returning the result.(package private) AstWriterunparse(AstWriter w, int left, int right)
-
-
-
Field Detail
-
matchList
public final java.util.List<Ast.FunMatch> matchList
-
name
public final java.lang.String name
-
-
Constructor Detail
-
FunBind
FunBind(Pos pos, com.google.common.collect.ImmutableList<Ast.FunMatch> matchList)
-
-
Method Detail
-
accept
public Ast.FunBind accept(Shuttle shuttle)
Description copied from class:AstNodeAccepts a shuttle, calling theShuttle.visit(net.hydromatic.morel.ast.Ast.Literal)method appropriate to the type of this node, and returning the result.
-
-