Fantom

 

abstract class

docCompiler::HtmlDocTest

sys::Obj
  docCompiler::HtmlDocTest

HtmlDocTest is used for used for testing HTML generation for the docCompiler pod.

Slots

field_protectedSource

protected Int field_protected

field_protectedGet_privateSetSource

protected readonly Int field_protectedGet_privateSet

field_protected_constSource

const protected Int field_protected_const

field_protected_readonlySource

protected readonly Int field_protected_readonly

field_publicSource

Int field_public

field_publicGet_privateSetSource

readonly Int field_publicGet_privateSet

field_publicGet_protectedSetSource

Int field_publicGet_protectedSet { protected set }

field_public_constSource

const Int field_public_const

field_public_readonlySource

readonly Int field_public_readonly

method_abstractSource

abstract Void method_abstract()

method_protectedSource

protected Void method_protected()

method_publicSource

Void method_public()

method_virtualSource

virtual Void method_virtual()