public class FnForInNode extends FnNode
swigCMemOwn| Constructor and Description |
|---|
FnForInNode(ExprIdNode var,
ExprNode in_expression) |
FnForInNode(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(FnForInNode obj) |
ExprNode |
getIn_expression_() |
ExprIdNode |
getVar_() |
void |
Print(SWIGTYPE_p_std__ostream output,
String org_tab) |
void |
setIn_expression_(ExprNode value) |
void |
setVar_(ExprIdNode value) |
Equals, getCPtr, GetLineNum, GetLocation, getType_, GetType, GetTypeName, setType_public FnForInNode(long cPtr,
boolean cMemoryOwn)
public FnForInNode(ExprIdNode var, ExprNode in_expression)
public static long getCPtr(FnForInNode obj)
public void Print(SWIGTYPE_p_std__ostream output, String org_tab)
public void setVar_(ExprIdNode value)
public ExprIdNode getVar_()
public void setIn_expression_(ExprNode value)
public ExprNode getIn_expression_()
Copyright © 2021. All rights reserved.