Package-level declarations

Types

Link copied to clipboard

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

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

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

Link copied to clipboard

I represent a token scanned from Avail source code.