@Generated(value="jsii-pacmak/1.38.0 (build 717bef2)", date="2021-10-08T18:43:54.442Z") @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, 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 © 2021. All rights reserved.