|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quattor.pan.dml.AbstractOperation
org.quattor.pan.dml.functions.Function
public final class Function
Implements a function call to a user defined function.
| Field Summary |
|---|
| Fields inherited from class org.quattor.pan.dml.AbstractOperation |
|---|
ops, sourceRange |
| Constructor Summary | |
|---|---|
Function(SourceRange sourceRange,
java.lang.String name,
Operation... operations)
|
|
| Method Summary | |
|---|---|
Element |
execute(Context context)
Execute this operation within the given context. |
java.lang.String |
toString()
Default string representation of an operation is the class' simple name. |
| Methods inherited from class org.quattor.pan.dml.AbstractOperation |
|---|
calculateArgs, calculateTerms, checkInvalidSelfContext, checkRestrictedContext, getOperations, getSourceRange |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Function(SourceRange sourceRange,
java.lang.String name,
Operation... operations)
| Method Detail |
|---|
public Element execute(Context context)
Operation
execute in interface Operationexecute in class AbstractOperationcontext - evaluation context for the statement
public java.lang.String toString()
AbstractOperation
toString in class AbstractOperation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||