Home | History | Annotate | Download | only in pyxelator

Lines Matching refs:Compound

390 class Compound(genpyx.Compound, Taged):
420 class Struct(genpyx.Struct, Compound):
426 class Union(genpyx.Union, Compound):
503 return self.spec.compound # i am a compound
504 compound = property(get_compound)
761 if self and isinstance(self[0],Compound):
763 compound = property(get_compound)
943 # elif self[i].compound:
945 # self[i].compound[1:] = [] # XX encapsulation
1145 cparse.Compound : Compound ,