public List methods(String name, List args) { return baseType.methods(name, args); }
public List methods() { return baseType.methods(); }