public class RegexAnchor extends Object implements RegexToken
| Modifier and Type | Class and Description |
|---|---|
static class |
RegexAnchor.RegexAnchorType |
RegexToken.TokenType| Constructor and Description |
|---|
RegexAnchor(RegexAnchor.RegexAnchorType anchorType,
int index) |
| Modifier and Type | Method and Description |
|---|---|
RegexAnchor.RegexAnchorType |
getAnchorType() |
int |
getIndex() |
RegexToken.TokenType |
getTokenType() |
public RegexAnchor(RegexAnchor.RegexAnchorType anchorType, int index)
public RegexAnchor.RegexAnchorType getAnchorType()
public int getIndex()
getIndex in interface RegexTokenpublic RegexToken.TokenType getTokenType()
getTokenType in interface RegexTokenCopyright © 2021. All rights reserved.