@Generated(value="jsii-pacmak/1.12.0 (build 5ddc9f2)", date="2020-09-22T23:51:21.522Z") @Stability(value=Stable) public class TokenComparison extends software.amazon.jsii.JsiiObject
The return type of {@link Token.compareStrings}.
| Modifier and Type | Field and Description |
|---|---|
static TokenComparison |
BOTH_UNRESOLVED
This means both components are Tokens.
|
static TokenComparison |
DIFFERENT
This means we're certain the two components are NOT Tokens, and different.
|
static TokenComparison |
ONE_UNRESOLVED
This means exactly one of the components is a Token.
|
static TokenComparison |
SAME
This means we're certain the two components are NOT Tokens, and identical.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TokenComparison(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
TokenComparison(software.amazon.jsii.JsiiObjectRef objRef) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet@Stability(value=Stable) public static final TokenComparison BOTH_UNRESOLVED
@Stability(value=Stable) public static final TokenComparison DIFFERENT
@Stability(value=Stable) public static final TokenComparison ONE_UNRESOLVED
@Stability(value=Stable) public static final TokenComparison SAME
Copyright © 2020. All rights reserved.