write binding code
This commit is contained in:
12
CodeGen/BMapBindings/ExpFctParamDecl.java
Normal file
12
CodeGen/BMapBindings/ExpFctParamDecl.java
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
public class ExpFctParamDecl {
|
||||
|
||||
public VariableType mVarType;
|
||||
public String mVarName;
|
||||
|
||||
public ExpFctParamDecl(VariableType vtype, String vname) {
|
||||
mVarType = vtype;
|
||||
mVarName = vname;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user