Module lib_ruby_parser::source[][src]

Expand description

Module with everything related to output of the Parser, but not related to AST, like Comment, Input, Decoder

Modules

Module with external implementation of Option

Module to perform token rewriting

Structs

A struct that represents a comment in Ruby

Decoded input

Custom decoder, a wrapper around a function

Representation of the source code.

Representation of a magic comment in Ruby

Representation of a source line in a source file

Enums

Enum of all possible comment types

Result that is returned from decoding function

An enum with all possible kinds of errors that can be returned from a decoder

An enum of all magic comment kinds

Traits

Trait with common MaybeDecoder APIs

Type Definitions

Native MaybeDecoder type.