示例#1
0
 public static ESIR_ArgumentDefinition ArgumentDefinition(ES_ArgumentType argType, ESIR_TypeNode valueType)
 => ArgumentDefinition(ValueNode((int)argType), valueType);
示例#2
0
 public static ESIR_ArgumentValue ArgumentValue(ES_ArgumentType argType, ESIR_Expression expression)
 => ArgumentValue(ValueNode((int)argType), expression);
示例#3
0
 public ES_FunctionPrototypeArgData(ES_ArgumentType argType, ES_TypeInfo *valueType)
 {
     ArgType   = argType;
     ValueType = valueType;
 }