paramNames = null;
paramModifier = null;
}
public void compile() {
wgm = new WeaselGenericMethod(classCompiler.genericClass, method).getMethod(new WeaselGenericClass[0]);
if(isNative()){
return;
}
System.out.println(method+":"+methodTokens);
if(WeaselModifier.isStatic(method.getModifier())){