Uses of Class
org.sonarsource.analyzer.commons.regex.ast.BoundaryTree.Type
-
Packages that use BoundaryTree.Type Package Description org.sonarsource.analyzer.commons.regex.ast -
-
Uses of BoundaryTree.Type in org.sonarsource.analyzer.commons.regex.ast
Methods in org.sonarsource.analyzer.commons.regex.ast that return BoundaryTree.Type Modifier and Type Method Description static BoundaryTree.TypeBoundaryTree.Type. forKey(char k)BoundaryTree.TypeBoundaryTree. type()static BoundaryTree.TypeBoundaryTree.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static BoundaryTree.Type[]BoundaryTree.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.sonarsource.analyzer.commons.regex.ast with parameters of type BoundaryTree.Type Constructor Description BoundaryTree(RegexSource source, BoundaryTree.Type type, IndexRange range, FlagSet activeFlags)
-