| Package | Description |
|---|---|
| com.google.template.soy.jbcsrc.restricted |
| Modifier and Type | Method and Description |
|---|---|
static Expression.Feature |
Expression.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Expression.Feature[] |
Expression.Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Expression.Features.has(Expression.Feature feature) |
Expression.Features |
Expression.Features.minus(Expression.Feature feature) |
static Expression.Features |
Expression.Features.of(Expression.Feature first,
Expression.Feature... rest) |
static Expression.Features |
Expression.Features.of(Expression.Feature first,
Expression.Feature... rest) |
Expression.Features |
Expression.Features.plus(Expression.Feature feature) |
| Constructor and Description |
|---|
Expression(org.objectweb.asm.Type resultType,
Expression.Feature first,
Expression.Feature... rest) |
Expression(org.objectweb.asm.Type resultType,
Expression.Feature first,
Expression.Feature... rest) |