Content-Type: text/html Content-Length: 742

without @OPTIONS (==any):

m00 (any)
static:m01 (static)
m00 (any)
Exception type: parser.runtime, Source: m01, Comment: method of 'any' is not allowed to be called dynamically

@OPTIONS static:

m02 (static)
static:m03 (static)
Exception type: parser.runtime, Source: create, Comment: method of 'static' is static and cannot be used as constructor

@OPTIONS dynamic:

Exception type: parser.runtime, Source: m04, Comment: method of 'dynamic' is not allowed to be called statically
static:m05 (static)
m04 (dynamic)
Exception type: parser.runtime, Source: m05, Comment: method of 'dynamic' is not allowed to be called dynamically