| Package | Description |
|---|---|
| org.jdmp.core.script.jdmp | |
| org.jdmp.core.script.jdmp.node |
| Modifier and Type | Method and Description |
|---|---|
Object |
Translation.executeFunction(PName name,
PArgumentList arguments) |
| Modifier and Type | Class and Description |
|---|---|
class |
AArgumentListArgumentList |
class |
AExpressionArgumentList |
| Modifier and Type | Method and Description |
|---|---|
PArgumentList |
AArgumentListArgumentList.getArgumentList() |
PArgumentList |
AParameterFunction.getArgumentList() |
| Modifier and Type | Method and Description |
|---|---|
void |
AArgumentListArgumentList.setArgumentList(PArgumentList node) |
void |
AParameterFunction.setArgumentList(PArgumentList node) |
| Constructor and Description |
|---|
AArgumentListArgumentList(PArgumentList _argumentList_,
TComma _comma_,
PExpression _expression_) |
AParameterFunction(PName _name_,
TLParenthese _lParenthese_,
PArgumentList _argumentList_,
TRParenthese _rParenthese_) |
Copyright © 2015 Java Data Mining Package. All rights reserved.