Class: Xberg::TreeSitterProcessConfig
- Inherits:
-
Object
- Object
- Xberg::TreeSitterProcessConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#chunk_max_size ⇒ Integer?
readonly
Returns the value of attribute chunk_max_size.
-
#comments ⇒ Boolean
readonly
Returns the value of attribute comments.
-
#content_mode ⇒ enum_CodeContentMode
readonly
Returns the value of attribute content_mode.
-
#data_extraction ⇒ Boolean
readonly
Returns the value of attribute data_extraction.
-
#diagnostics ⇒ Boolean
readonly
Returns the value of attribute diagnostics.
-
#docstrings ⇒ Boolean
readonly
Returns the value of attribute docstrings.
-
#exports ⇒ Boolean
readonly
Returns the value of attribute exports.
-
#imports ⇒ Boolean
readonly
Returns the value of attribute imports.
-
#structure ⇒ Boolean
readonly
Returns the value of attribute structure.
-
#symbols ⇒ Boolean
readonly
Returns the value of attribute symbols.
Instance Method Summary collapse
-
#initialize ⇒ TreeSitterProcessConfig
constructor
A new instance of TreeSitterProcessConfig.
Constructor Details
#initialize ⇒ TreeSitterProcessConfig
Returns a new instance of TreeSitterProcessConfig.
2655 |
# File 'sig/types.rbs', line 2655
def initialize: (?structure: bool, ?imports: bool, ?exports: bool, ?comments: bool, ?docstrings: bool, ?symbols: bool, ?diagnostics: bool, ?data_extraction: bool, ?chunk_max_size: Integer, ?content_mode: enum_CodeContentMode) -> void
|
Instance Attribute Details
#chunk_max_size ⇒ Integer? (readonly)
Returns the value of attribute chunk_max_size.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def chunk_max_size @chunk_max_size end |
#comments ⇒ Boolean (readonly)
Returns the value of attribute comments.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def comments @comments end |
#content_mode ⇒ enum_CodeContentMode (readonly)
Returns the value of attribute content_mode.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def content_mode @content_mode end |
#data_extraction ⇒ Boolean (readonly)
Returns the value of attribute data_extraction.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def data_extraction @data_extraction end |
#diagnostics ⇒ Boolean (readonly)
Returns the value of attribute diagnostics.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def diagnostics @diagnostics end |
#docstrings ⇒ Boolean (readonly)
Returns the value of attribute docstrings.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def docstrings @docstrings end |
#exports ⇒ Boolean (readonly)
Returns the value of attribute exports.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def exports @exports end |
#imports ⇒ Boolean (readonly)
Returns the value of attribute imports.
2645 2646 2647 |
# File 'sig/types.rbs', line 2645 def imports @imports end |
#structure ⇒ Boolean (readonly)
Returns the value of attribute structure.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def structure @structure end |
#symbols ⇒ Boolean (readonly)
Returns the value of attribute symbols.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def symbols @symbols end |