List of all items
Structs
- spec::Annotation
- spec::Argument
- spec::Class
- spec::ClassLikeType
- spec::ClassLikeTypeName
- spec::CodeBlock
- spec::Comment
- spec::CompanionObject
- spec::Function
- spec::FunctionType
- spec::GenericParameter
- spec::KDoc
- spec::KotlinFile
- spec::Name
- spec::Package
- spec::Parameter
- spec::PrimaryConstructor
- spec::Property
- spec::PropertyGetter
- spec::PropertySetter
- spec::SecondaryConstructor
- spec::TypeAlias
Enums
- spec::AnnotationTarget
- spec::ClassInheritanceModifier
- spec::GenericInvariance
- spec::Import
- spec::MemberInheritanceModifier
- spec::Type
- spec::VisibilityModifier
Traits
Constants
- tokens::ANGLE_BRACKET_LEFT
- tokens::ANGLE_BRACKET_RIGHT
- tokens::ARROW
- tokens::ASSIGN
- tokens::AT
- tokens::BLOCK_COMMENT_END
- tokens::BLOCK_COMMENT_MIDDLE
- tokens::BLOCK_COMMENT_START
- tokens::COLON
- tokens::COMMA
- tokens::CONV_VAR_FIELD
- tokens::CONV_VAR_VALUE
- tokens::CURLY_BRACKET_LEFT
- tokens::CURLY_BRACKET_RIGHT
- tokens::DOT
- tokens::EMPTY
- tokens::INDENT
- tokens::INLINE_COMMENT_START
- tokens::KDOC_COMMENT_END
- tokens::KDOC_COMMENT_MIDDLE
- tokens::KDOC_COMMENT_START
- tokens::NAME_DISALLOWED_TOKENS
- tokens::NAME_ESCAPED_TOKENS
- tokens::NEW_LINE
- tokens::NEW_LINE_CH
- tokens::QUESTION_MARK
- tokens::ROUND_BRACKET_LEFT
- tokens::ROUND_BRACKET_RIGHT
- tokens::SEMICOLON
- tokens::SPACE
- tokens::STAR
- tokens::TICK
- tokens::keyword::ABSTRACT
- tokens::keyword::AS
- tokens::keyword::BY
- tokens::keyword::CLASS
- tokens::keyword::COMPANION
- tokens::keyword::CONST
- tokens::keyword::CONSTRUCTOR
- tokens::keyword::DATA
- tokens::keyword::DELEGATE
- tokens::keyword::ENUM
- tokens::keyword::FIELD
- tokens::keyword::FILE
- tokens::keyword::FINAL
- tokens::keyword::FUN
- tokens::keyword::GET
- tokens::keyword::IMPORT
- tokens::keyword::IN
- tokens::keyword::INIT
- tokens::keyword::INLINE
- tokens::keyword::INNER
- tokens::keyword::INTERFACE
- tokens::keyword::INTERNAL
- tokens::keyword::OBJECT
- tokens::keyword::OPEN
- tokens::keyword::OPERATOR
- tokens::keyword::OUT
- tokens::keyword::OVERRIDE
- tokens::keyword::PACKAGE
- tokens::keyword::PARAM
- tokens::keyword::PRIVATE
- tokens::keyword::PROPERTY
- tokens::keyword::PROTECTED
- tokens::keyword::PUBLIC
- tokens::keyword::RECEIVER
- tokens::keyword::REIFIED
- tokens::keyword::SEALED
- tokens::keyword::SET
- tokens::keyword::SET_PARAM
- tokens::keyword::SUSPEND
- tokens::keyword::THIS
- tokens::keyword::TYPEALIAS
- tokens::keyword::VAL
- tokens::keyword::VAR
- tokens::keyword::WHERE