Uses of Interface
de.firemage.autograder.treeg.ast.RegExNode
Packages that use RegExNode
-
Uses of RegExNode in de.firemage.autograder.treeg
Methods in de.firemage.autograder.treeg that return RegExNodeModifier and TypeMethodDescriptionRegularExpression.root()Returns the value of therootrecord component.Constructors in de.firemage.autograder.treeg with parameters of type RegExNodeModifierConstructorDescriptionRegularExpression(RegExNode root) Creates an instance of aRegularExpressionrecord class. -
Uses of RegExNode in de.firemage.autograder.treeg.ast
Classes in de.firemage.autograder.treeg.ast that implement RegExNodeModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordMethods in de.firemage.autograder.treeg.ast that return RegExNodeModifier and TypeMethodDescriptionLookaround.child()Returns the value of thechildrecord component.Quantifier.child()Returns the value of thechildrecord component.Group.root()Returns the value of therootrecord component.Methods in de.firemage.autograder.treeg.ast that return types with arguments of type RegExNodeModifier and TypeMethodDescriptionAlternative.alternatives()Returns the value of thealternativesrecord component.Chain.children()Returns the value of thechildrenrecord component.Constructors in de.firemage.autograder.treeg.ast with parameters of type RegExNodeModifierConstructorDescriptionGroup(RegExNode root, String name, Group.Type type, String flags) Creates an instance of aGrouprecord class.Lookaround(RegExNode child, Lookaround.Type type) Creates an instance of aLookaroundrecord class.Quantifier(RegExNode child, Quantifier.Type type, int min, int max) Creates an instance of aQuantifierrecord class.Constructor parameters in de.firemage.autograder.treeg.ast with type arguments of type RegExNode