Uses of Class
net.hydromatic.morel.ast.Core.ConPat
-
Packages that use Core.ConPat Package Description net.hydromatic.morel.ast Abstract syntax tree. -
-
Uses of Core.ConPat in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.ConPat Modifier and Type Method Description Core.ConPatCoreBuilder. conPat(Type type, String tyCon, Core.Pat pat)Core.ConPatCoreBuilder. consPat(Type type, String tyCon, Core.Pat pat)Core.ConPatCore.ConPat. copy(String tyCon, Core.Pat pat)Creates a copy of thisConPatwith given contents, orthisif the contents are the same.Methods in net.hydromatic.morel.ast with parameters of type Core.ConPat Modifier and Type Method Description protected Core.PatShuttle. visit(Core.ConPat conPat)protected voidVisitor. visit(Core.ConPat conPat)
-