| Modifier and Type | Field and Description |
|---|---|
static TokenComparison |
TokenComparison.BOTH_UNRESOLVED
This means both components are Tokens.
|
static TokenComparison |
TokenComparison.DIFFERENT
This means we're certain the two components are NOT Tokens, and different.
|
static TokenComparison |
TokenComparison.ONE_UNRESOLVED
This means exactly one of the components is a Token.
|
static TokenComparison |
TokenComparison.SAME
This means we're certain the two components are NOT Tokens, and identical.
|
| Modifier and Type | Method and Description |
|---|---|
static TokenComparison |
Token.compareStrings(String possibleToken1,
String possibleToken2)
Compare two strings that might contain Tokens with each other.
|
Copyright © 2021. All rights reserved.