@Data public abstract class ExpressionType extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExpressionType.Cases<R> |
| Constructor and Description |
|---|
ExpressionType() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(@Nullable Object obj) |
abstract int |
hashCode() |
static boolean |
isNumeric(ExpressionType givenType) |
boolean |
isSubtypeOf(ExpressionType supertype) |
abstract <R> R |
match(ExpressionType.Cases<R> cases) |
abstract String |
toString() |
public abstract <R> R match(ExpressionType.Cases<R> cases)
public static boolean isNumeric(ExpressionType givenType)
public boolean isSubtypeOf(ExpressionType supertype)
Copyright © 2021 red6 enterprise software GmbH. All rights reserved.