Searched refs:trapMethodcall (Results 1 – 5 of 5) sorted by relevance
29 public Object trapMethodcall(int identifier, Object[] args) in trapMethodcall() method in DuplicatedObject32 Object obj = super.trapMethodcall(identifier, args); in trapMethodcall()34 backup.trapMethodcall(identifier, args); in trapMethodcall()
21 public Object trapMethodcall(int identifier, Object[] args) in trapMethodcall() method in VerboseMetaobj25 return super.trapMethodcall(identifier, args); in trapMethodcall()
31 return mobj.trapMethodcall(identifier, args); in trap()37 return _classobject.trapMethodcall(identifier, args); in trapStatic()
223 public Object trapMethodcall(int identifier, Object[] args) in trapMethodcall() method in Metaobject
230 public Object trapMethodcall(int identifier, Object[] args) in trapMethodcall() method in ClassMetaobject