Package avail.descriptor.tokens

Types

Link copied to clipboard
interface A_Token : A_BasicObject

A_Token is an interface that specifies the token-specific operations that an AvailObject must implement. It's a sub-interface of A_BasicObject, the interface that defines the behavior that all AvailObjects are required to support.

Link copied to clipboard
class CommentTokenDescriptor : TokenDescriptor

This is a token of an Avail method/class comment. More specifically, this is text contained between forward slash-asterisk-asterisk and asterisk-forward slash.

Link copied to clipboard
class LiteralTokenDescriptor : TokenDescriptor

I represent a token that's a literal representation of some object.

Link copied to clipboard
open class TokenDescriptor : Descriptor

I represent a token scanned from Avail source code.