Searched refs:getMissingType (Results 1 – 12 of 12) sorted by relevance
43 public int getMissingType() { in getMissingType() method in MissingTokenException
47 - (NSInteger) getMissingType;
66 - (NSInteger) getMissingType
134 [(MissingTokenException *)trappedException getMissingType]];
12 getMissingType: function() { method
95 ((MissingTokenException)trappedException).getMissingType()+ in toString()
51 this.trappedException.getMissingType()+
242 def getMissingType(self): member in MissingTokenException
1441 + str(self.trappedException.getMissingType())
243 def getMissingType(self): member in MissingTokenException
1452 + str(self.trappedException.getMissingType())
229 ( (MissingTokenException)trappedException ).getMissingType() +