| 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 | |
| org.teavm.flavour.expr.type.meta |
| Modifier and Type | Method and Description |
|---|---|
static String |
CompilerCommons.methodToDesc(MethodDescriber method) |
| Modifier and Type | Method and Description |
|---|---|
MethodDescriber |
GenericMethod.getDescriber() |
| Constructor and Description |
|---|
GenericMethod(MethodDescriber describer,
GenericClass actualOwner,
ValueType[] actualParameterTypes,
ValueType actualReturnType) |
| Modifier and Type | Method and Description |
|---|---|
MethodDescriber |
ClassDescriber.getMethod(String name,
ValueType... parameterTypes) |
MethodDescriber[] |
ClassDescriber.getMethods() |
Copyright © 2019. All rights reserved.