| Package | Description |
|---|---|
| de.japkit.el |
| Modifier and Type | Method and Description |
|---|---|
ValueStack |
ValueStack.getParent() |
ValueStack |
ELSupport.getValueStack() |
| Modifier and Type | Method and Description |
|---|---|
Object |
ELProvider.eval(ValueStack contextMap,
String expr,
Class<?> expectedType,
String language,
List<String> importedClasses) |
Element |
ELSupport.getNearestSrcElement(ValueStack vs) |
Map<String,Object> |
ELSupport.getVariablesForShadowAnnotation(ValueStack vs) |
<T> T |
ELSupport.withValueStack(ValueStack valueStack,
org.eclipse.xtext.xbase.lib.Functions.Function0<? extends T> closure)
Changes the thread local value stack and restores it at the end
|
void |
ELProvider.write(Writer writer,
URL templateUrl,
ValueStack contextMap,
String templateLanguage,
Long templateLastModified) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ELSupport.scope(org.eclipse.xtext.xbase.lib.Functions.Function1<? super ValueStack,? extends T> closure) |
<T> T |
ELSupport.scope(Object e,
org.eclipse.xtext.xbase.lib.Functions.Function1<? super ValueStack,? extends T> closure) |
| Constructor and Description |
|---|
ValueStack(Map<String,Object> values,
ValueStack parent) |
ValueStack(ValueStack other) |
Copyright © 2018. All rights reserved.