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