JavaPatternMatching/src/typinferenz/FunNMethod.java

16 lines
214 B
Java
Raw Normal View History

2014-02-19 04:20:54 +00:00
package typinferenz;
import mycompiler.myclass.Method;
public class FunNMethod extends Method{
/**
*
* @param N - Anzahl der Parameter (Beispiel: Fun2<R, T1, T2>)
*/
public FunNMethod(int N){
}
}