langchain_community.document_loaders.parsers.language.cobol.CobolSegmenter¶

class langchain_community.document_loaders.parsers.language.cobol.CobolSegmenter(code: str)[source]¶

Code segmenter for COBOL.

Attributes

DIVISION_PATTERN

PARAGRAPH_PATTERN

SECTION_PATTERN

Methods

__init__(code)

extract_functions_classes()

is_valid()

simplify_code()

Parameters

code (str) –

__init__(code: str)[source]¶
Parameters

code (str) –

extract_functions_classes() List[str][source]¶
Return type

List[str]

is_valid() bool[source]¶
Return type

bool

simplify_code() str[source]¶
Return type

str