Mega Code Archive

 
Categories / Java Book / 008 Reflection
 

0460 Is this method bridge method, synthetic method and has variable number of arguments

boolean isBridge() Returns true if this method is a bridge method; returns false otherwise. boolean isSynthetic() Returns true if this method is a synthetic method; returns false otherwise. boolean isVarArgs() Returns true if this method was declared to take a variable number of arguments; returns false otherwise.