Uses of Class
org.eclipse.xsemantics.dsl.typing.TupleType
-
Packages that use TupleType Package Description org.eclipse.xsemantics.dsl.typing org.eclipse.xsemantics.dsl.validation -
-
Uses of TupleType in org.eclipse.xsemantics.dsl.typing
Methods in org.eclipse.xsemantics.dsl.typing that return TupleType Modifier and Type Method Description TupleTypeXsemanticsTypeSystem. getInputTypes(AuxiliaryFunction aux)TupleTypeXsemanticsTypeSystem. getInputTypes(Rule rule)Methods in org.eclipse.xsemantics.dsl.typing with parameters of type TupleType Modifier and Type Method Description booleanXsemanticsTypeSystem. equals(TupleType tupleType1, TupleType tupleType2) -
Uses of TupleType in org.eclipse.xsemantics.dsl.validation
Methods in org.eclipse.xsemantics.dsl.validation with parameters of type TupleType Modifier and Type Method Description protected java.lang.StringXsemanticsValidator. tupleTypeRepresentation(TupleType tupleType)
-