character
~~|
~~+--RspObject
~~~~~~~|
~~~~~~~+--RspConstruct
~~~~~~~~~~~~|
~~~~~~~~~~~~+--RspDirective
~~~~~~~~~~~~~~~~~|
~~~~~~~~~~~~~~~~~+--RspUnparsedDirective
Directly known subclasses:
public class RspUnparsedDirective extends RspDirective
An RspUnparsedDirective is an RspDirective that still has not
been parsed for its class and content. After parse():ing such
an object, the class of this RSP directive will be known.
RspUnparsedDirective(value="unparsed", ...)character string.RspDirective. asRspString |
|
| - | |
parse |
Parses the unknown RSP directive for its class. |