示例#1
0
    public static string  stringFromUnitConverterCommandKind(TypeUnitConverterCommandKind the_enum)
    {
        switch (the_enum)
        {
        case TypeUnitConverterCommandKind.UnitConverterCommandKind_UnitConverterCommand:
            return("UnitConverterCommand");

        default:
            Debug.Assert(false);
            return(null);
        }
    }
示例#2
0
 protected override void handle_result(TypeUnitConverterCommandKind result)
 {
     top.value.Add(result);
 }
示例#3
0
            protected override void handle_result(TypeUnitConverterCommandKind result)
            {
//@@@        Debug.Assert(!have_value);
                have_value = true;
                value      = result;
            }
示例#4
0
 protected abstract void handle_result(TypeUnitConverterCommandKind result);
示例#5
0
 public void setUnitConverterCommandKind(TypeUnitConverterCommandKind new_value)
 {
     setUnitConverterCommandKind();
 }