Uses of Class
org.xcsp.common.Types.TypeReification
-
Packages that use Types.TypeReification Package Description org.xcsp.common org.xcsp.parser.entries -
-
Uses of Types.TypeReification in org.xcsp.common
Methods in org.xcsp.common that return Types.TypeReification Modifier and Type Method Description static Types.TypeReification
Types.TypeReification. valueOf(String name)
Returns the enum constant of this type with the specified name.static Types.TypeReification[]
Types.TypeReification. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Types.TypeReification in org.xcsp.parser.entries
Fields in org.xcsp.parser.entries declared as Types.TypeReification Modifier and Type Field Description Types.TypeReification
XConstraints.XReification. type
Constructors in org.xcsp.parser.entries with parameters of type Types.TypeReification Constructor Description XReification(Types.TypeReification type, XVariables.XVar var)
-