Uses of Enum Class
de.firemage.autograder.treeg.ast.Group.Type
Packages that use Group.Type
-
Uses of Group.Type in de.firemage.autograder.treeg.ast
Methods in de.firemage.autograder.treeg.ast that return Group.TypeModifier and TypeMethodDescriptionGroup.type()Returns the value of thetyperecord component.static Group.TypeReturns the enum constant of this class with the specified name.static Group.Type[]Group.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 Group.TypeModifierConstructorDescriptionGroup(RegExNode root, String name, Group.Type type, String flags) Creates an instance of aGrouprecord class.