Class ReferenceConditionTree
- java.lang.Object
-
- org.sonarsource.analyzer.commons.regex.ast.AbstractRegexSyntaxElement
-
- org.sonarsource.analyzer.commons.regex.ast.RegexTree
-
- org.sonarsource.analyzer.commons.regex.ast.GroupTree
-
- org.sonarsource.analyzer.commons.regex.ast.ReferenceConditionTree
-
- All Implemented Interfaces:
AutomatonState,RegexSyntaxElement
public class ReferenceConditionTree extends GroupTree
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.sonarsource.analyzer.commons.regex.ast.RegexTree
RegexTree.Kind
-
Nested classes/interfaces inherited from interface org.sonarsource.analyzer.commons.regex.ast.AutomatonState
AutomatonState.TransitionType
-
-
Constructor Summary
Constructors Constructor Description ReferenceConditionTree(RegexSource source, IndexRange range, String reference, FlagSet activeFlags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(RegexVisitor visitor)This method should only be called by RegexBaseVisitor (or other implementations of the RegexVisitor interface).StringgetReference()-
Methods inherited from class org.sonarsource.analyzer.commons.regex.ast.GroupTree
getElement, getGroupHeader, incomingTransitionType, kind, setContinuation, setContinuation, successors
-
Methods inherited from class org.sonarsource.analyzer.commons.regex.ast.RegexTree
activeFlags, continuation, is, toRegexTree
-
Methods inherited from class org.sonarsource.analyzer.commons.regex.ast.AbstractRegexSyntaxElement
getRange, getSource, getText
-
-
-
-
Constructor Detail
-
ReferenceConditionTree
public ReferenceConditionTree(RegexSource source, IndexRange range, String reference, FlagSet activeFlags)
-
-
Method Detail
-
accept
public void accept(RegexVisitor visitor)
Description copied from class:RegexTreeThis method should only be called by RegexBaseVisitor (or other implementations of the RegexVisitor interface). Do not call this method to invoke a visitor, use visitor.visit(tree) instead.
-
getReference
public String getReference()
-
-