Example #1
0
 public void enterMethod(MethodDeclarationNode declaration)
 {
     methodInfos.add(declaration.getUserData(typeof(MethodInfo)));
 }