| Package | Description |
|---|---|
| org.teavm.flavour.expr |
This package contains classes necessary to parse, compile and evaluate expressions written on
Flavour Expression Language (FEL).
|
| org.teavm.flavour.expr.type |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CompilerCommons.isContainedBy(TypeArgument a,
TypeArgument b,
GenericTypeNavigator navigator) |
| Modifier and Type | Method and Description |
|---|---|
static TypeArgument |
TypeArgument.contravariant(GenericType bound) |
static TypeArgument |
TypeArgument.covariant(GenericType bound) |
static TypeArgument |
TypeArgument.invariant(GenericType type) |
TypeArgument |
TypeArgument.mapBound(java.util.function.Function<GenericType,GenericType> f) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends TypeArgument> |
TypeInference.captureConversionConstraint(List<? extends TypeVar> typeParameters,
List<? extends TypeArgument> typeArguments) |
List<? extends TypeArgument> |
GenericClass.getArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueTypeFormatter.format(TypeArgument type,
StringBuilder sb) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends TypeArgument> |
TypeInference.captureConversionConstraint(List<? extends TypeVar> typeParameters,
List<? extends TypeArgument> typeArguments) |
NullType |
NullType.substituteArgs(java.util.function.Function<TypeVar,TypeArgument> substitutions) |
GenericType |
GenericType.substituteArgs(java.util.function.Function<TypeVar,TypeArgument> substitutions) |
GenericClass |
GenericClass.substituteArgs(java.util.function.Function<TypeVar,TypeArgument> substitutions) |
GenericArray |
GenericArray.substituteArgs(java.util.function.Function<TypeVar,TypeArgument> substitutions) |
GenericType |
PrimitiveArray.substituteArgs(java.util.function.Function<TypeVar,TypeArgument> substitutions) |
| Constructor and Description |
|---|
GenericClass(String name,
TypeArgument... arguments) |
| Constructor and Description |
|---|
GenericClass(String name,
List<? extends TypeArgument> arguments) |
Copyright © 2019. All rights reserved.