예제 #1
0
 private Lir.Types.Type TranslateToLirType(Semantic.Types.Type type) => TypeTranslator.ToLirType(type);
예제 #2
0
 private int FieldIndex(Semantic.Types.Type sty, string name) => TypeTranslator.FieldIndex(sty, name);