Package net.hydromatic.morel.ast
Class Ast.RecordPat
- java.lang.Object
-
- net.hydromatic.morel.ast.AstNode
-
- net.hydromatic.morel.ast.Ast.Pat
-
- net.hydromatic.morel.ast.Ast.RecordPat
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ast.Pataccept(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.voidforEachArg(java.util.function.ObjIntConsumer<Ast.Pat> action)(package private) AstWriterunparse(AstWriter w, int left, int right)
-
-
-
Field Detail
-
ellipsis
public final boolean ellipsis
-
args
public final java.util.Map<java.lang.String,Ast.Pat> args
-
-
Method Detail
-
accept
public Ast.Pat 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.
-
forEachArg
public void forEachArg(java.util.function.ObjIntConsumer<Ast.Pat> action)
- Overrides:
forEachArgin classAst.Pat
-
-