Uses of Class
net.hydromatic.morel.ast.FromBuilder.TupleType
-
Packages that use FromBuilder.TupleType Package Description net.hydromatic.morel.ast Abstract syntax tree. -
-
Uses of FromBuilder.TupleType in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return FromBuilder.TupleType Modifier and Type Method Description private FromBuilder.TupleTypeFromBuilder. tupleType(Core.Tuple tuple, @Nullable List<Binding> bindings2)Returns whether tuple is something like "{i = i, j = j}".static FromBuilder.TupleTypeFromBuilder.TupleType. valueOf(String name)Returns the enum constant of this type with the specified name.static FromBuilder.TupleType[]FromBuilder.TupleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-