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

without @OPTIONS (==any):

m00 (any)
static:m01 (static)
m00 (any)
parser.runtime m01 is not allowed to be called dynamically

@OPTIONS static:

m02 (static)
static:m03 (static)
parser.runtime create method is static and can not be used as constructor

@OPTIONS dynamic:

parser.runtime m04 is not allowed to be called statically
static:m05 (static)
m04 (dynamic)
parser.runtime m05 is not allowed to be called dynamically