public ClassNode withMethods_classMethods_isExtension_( final MethodNode[] _anArray, final MethodNode[] _anArray2, final boolean _aBoolean) { ClassNode _temp1 = this.copy(); _temp1.pvtSetMethods_(_anArray); _temp1.pvtSetClassMethods_(_anArray2); _temp1.pvtSetExtension_(_aBoolean); return _temp1; }
public ClassNode beExtension() { ClassNode _temp1 = this.copy(); _temp1.pvtSetExtension_(true); _temp1.pvtSetProperties_(new java.util.HashMap<String, String>()); return _temp1; }