JStaticClass() { super(pkg.owner()); // TODO: allow those to be specified typeParams = new JTypeVar[0]; }
public JTypeVar[] typeParams() { return typeParams; }
protected JClass substituteParams(JTypeVar[] variables, List<JClass> bindings) { return this; }