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