Home | History | Annotate | Download | only in Framework

Lines Matching refs:property

71 @property const int *eot;
72 @property const int *eof;
73 @property const unichar *min;
74 @property const unichar *max;
75 @property const int *accept;
76 @property const int *special;
77 @property const int **transition;
79 @property (retain, getter=getRecognizer,setter=setRecognizer:) ANTLRBaseRecognizer *recognizer;
80 @property (assign, getter=getDecision,setter=setDecision:) NSInteger decisionNumber;
81 @property (assign, getter=getLen,setter=setLen:) NSInteger len;