Package com.github.adriantodt.lin.parser.parselets.misc

Types

DeclareVariableParser
Link copied to clipboard
class DeclareVariableParser(mutable: Boolean) : PrefixParselet<TokenType, Node>
DotParser
Link copied to clipboard
class DotParser(nullSafe: Boolean) : InfixParselet<TokenType, Node>
DoubleBangParser
Link copied to clipboard
object DoubleBangParser : InfixParselet<TokenType, Node>
IdentifierParser
Link copied to clipboard
object IdentifierParser : PrefixParselet<TokenType, Node>
InfixBangParser
Link copied to clipboard
object InfixBangParser : InfixParselet<TokenType, Node>
InvocationParser
Link copied to clipboard
object InvocationParser : InfixParselet<TokenType, Node>
SubscriptParser
Link copied to clipboard
object SubscriptParser : InfixParselet<TokenType, Node>
TypeofParser
Link copied to clipboard
object TypeofParser : PrefixParselet<TokenType, Node>