Docs.rs
  • kotlin-parser-0.0.2
    • kotlin-parser 0.0.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • vyfor
    • Dependencies
      • chumsky ^0.9.3 normal
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

kotlin_parser0.0.2

Module ast

Module Items

  • Structs
  • Enums
  • Type Aliases

In crate kotlin_parser

kotlin_parser

Module ast

Source

Structs§

Annotation
AnnotationSet
AnonymousParam
BinaryOperation
Block
BoundedTypeParam
BracketExpression
BreakExpression
CallArg
CallExpression
CatchExpression
ConstructorDeclaration
ConstructorDelegate
ConstructorParam
ContinueExpression
Declaration
EntityDeclaration
EnumEntryDeclaration
ForExpression
FunctionDeclaration
FunctionType
IfExpression
Import
InvocationArg
KotlinFile
LabeledExpression
LambdaBlock
MemberReferenceExpression
ObjectExpression
Package
Param
ParenthesizedExpression
PrimaryConstructorDeclaration
PropertyDeclaration
PropertySetterField
ReturnExpression
SimpleType
SuperExpression
ThisExpression
ThrowExpression
TryExpression
TypeAliasDeclaration
TypeBound
TypeParam
UnaryOperation
Var
Vars
WhenEntry
WhenExpression
WhileExpression

Enums§

AnnotationSite
BinaryOp
BinaryOperator
BoundKind
ConstructorDelegateKind
DeclarationKind
EntityDeclarationKind
Expression
Literal
Modifier
PropertyAccessor
PropertyType
Statement
StringTemplateExpression
Type
UnaryOperator

Type Aliases§

Path