Contains information about block types.
def __init__(self, name, tag, terminator):
Constructs a block type given the following parameters:
Name of the type
Regular expression used to indicate the start of the block.
Regular expression used to terminate the block.
def getName(self, pattern):
def getTerminator(self, pattern):