add basic python writer for bmap binding
This commit is contained in:
@ -4,10 +4,12 @@ public class ExpFctParamDecl {
|
||||
public VariableType mVarType;
|
||||
public String mVarName;
|
||||
public boolean mIsInput;
|
||||
public String mVarDesc;
|
||||
|
||||
public ExpFctParamDecl() {
|
||||
mVarType = new VariableType();
|
||||
mVarName = "";
|
||||
mVarDesc = "";
|
||||
mIsInput = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user