All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gw.gosudoc.doc.GSMemberDocImpl.gs Maven / Gradle / Ivy

There is a newer version: 1.18.2
Show newest version
package gw.gosudoc.doc

uses  gw.gosudoc.com.sun.javadoc.MemberDoc
uses gw.lang.reflect.IType

abstract class GSMemberDocImpl extends GSProgramElementDocImpl implements MemberDoc{

  construct( name: String, rootDoc: GSRootDocImpl, ownersIntrinsicType: IType ){
    super( name, rootDoc, ownersIntrinsicType )
  }

  override property get Synthetic(): boolean{
    return false
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy