Uses of Enum Class
de.firemage.autograder.treeg.ast.Quantifier.Type
Packages that use Quantifier.Type
-
Uses of Quantifier.Type in de.firemage.autograder.treeg.ast
Methods in de.firemage.autograder.treeg.ast that return Quantifier.TypeModifier and TypeMethodDescriptionQuantifier.type()Returns the value of thetyperecord component.static Quantifier.TypeReturns the enum constant of this class with the specified name.static Quantifier.Type[]Quantifier.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.firemage.autograder.treeg.ast with parameters of type Quantifier.TypeModifierConstructorDescriptionQuantifier(RegExNode child, Quantifier.Type type, int min, int max) Creates an instance of aQuantifierrecord class.