Parsable constructor

Parsable(
  1. String parsable
)

ObjD's own type of a Parsable

Implementation

Parsable(String parsable) : super(parsable);