|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.obeo.acceleo.gen.template.scripts.imports.services.RequestServices
public class RequestServices
Request services.
Constructor Summary | |
---|---|
RequestServices(fr.obeo.acceleo.gen.template.scripts.IScript script)
Constructor. |
Method Summary | |
---|---|
fr.obeo.acceleo.gen.template.eval.ENode |
delete(fr.obeo.acceleo.gen.template.eval.ENode current,
java.lang.String call)
Deprecated. |
fr.obeo.acceleo.gen.template.eval.ENode |
delete(fr.obeo.acceleo.gen.template.eval.ENode current,
java.lang.String call,
fr.obeo.acceleo.gen.template.eval.ENode value)
Deprecated. |
fr.obeo.acceleo.gen.template.eval.ENode |
evaluate(fr.obeo.acceleo.gen.template.eval.ENode current,
java.lang.String call)
Evaluates the given text as an acceleo expression. |
fr.obeo.acceleo.gen.template.eval.ENode |
select(fr.obeo.acceleo.gen.template.eval.ENode current,
java.lang.String call)
Deprecated. |
fr.obeo.acceleo.gen.template.eval.ENode |
select(fr.obeo.acceleo.gen.template.eval.ENode current,
java.lang.String call,
fr.obeo.acceleo.gen.template.eval.ENode value)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestServices(fr.obeo.acceleo.gen.template.scripts.IScript script)
script
- is the scriptMethod Detail |
---|
public fr.obeo.acceleo.gen.template.eval.ENode select(fr.obeo.acceleo.gen.template.eval.ENode current, java.lang.String call) throws fr.obeo.acceleo.ecore.factories.FactoryException, fr.obeo.acceleo.gen.template.eval.ENodeCastException, fr.obeo.acceleo.gen.template.TemplateSyntaxException
current
- is the current node of generationcall
- is the condition
fr.obeo.acceleo.ecore.factories.FactoryException
fr.obeo.acceleo.gen.template.eval.ENodeCastException
fr.obeo.acceleo.gen.template.TemplateSyntaxException
public fr.obeo.acceleo.gen.template.eval.ENode select(fr.obeo.acceleo.gen.template.eval.ENode current, java.lang.String call, fr.obeo.acceleo.gen.template.eval.ENode value) throws fr.obeo.acceleo.ecore.factories.FactoryException, fr.obeo.acceleo.gen.template.eval.ENodeCastException, fr.obeo.acceleo.gen.template.TemplateSyntaxException
current
- is the current node of generationcall
- is the expression to applyvalue
- is the value of the elements to keep
fr.obeo.acceleo.ecore.factories.FactoryException
fr.obeo.acceleo.gen.template.eval.ENodeCastException
fr.obeo.acceleo.gen.template.TemplateSyntaxException
public fr.obeo.acceleo.gen.template.eval.ENode delete(fr.obeo.acceleo.gen.template.eval.ENode current, java.lang.String call) throws fr.obeo.acceleo.ecore.factories.FactoryException, fr.obeo.acceleo.gen.template.eval.ENodeCastException, fr.obeo.acceleo.gen.template.TemplateSyntaxException
current
- is the current node of generationcall
- is the expression to apply
fr.obeo.acceleo.ecore.factories.FactoryException
fr.obeo.acceleo.gen.template.eval.ENodeCastException
fr.obeo.acceleo.gen.template.TemplateSyntaxException
public fr.obeo.acceleo.gen.template.eval.ENode delete(fr.obeo.acceleo.gen.template.eval.ENode current, java.lang.String call, fr.obeo.acceleo.gen.template.eval.ENode value) throws fr.obeo.acceleo.ecore.factories.FactoryException, fr.obeo.acceleo.gen.template.eval.ENodeCastException, fr.obeo.acceleo.gen.template.TemplateSyntaxException
current
- is the current node of generationcall
- is the expression to applyvalue
- is the value of the elements to delete
fr.obeo.acceleo.ecore.factories.FactoryException
fr.obeo.acceleo.gen.template.eval.ENodeCastException
fr.obeo.acceleo.gen.template.TemplateSyntaxException
public fr.obeo.acceleo.gen.template.eval.ENode evaluate(fr.obeo.acceleo.gen.template.eval.ENode current, java.lang.String call) throws fr.obeo.acceleo.gen.template.TemplateSyntaxException, fr.obeo.acceleo.ecore.factories.FactoryException
current
- is the current node of generationcall
- is the expression to evaluate
fr.obeo.acceleo.gen.template.TemplateSyntaxException
fr.obeo.acceleo.ecore.factories.FactoryException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |