object Token extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Token
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
class
At extends SymbolicKeyword with Product with Serializable
- Annotations
- @tokenClass( "@" , false ) @leafClass()
-
sealed
trait
AtEOL extends Whitespace
- Annotations
- @branch() @branch()
-
final
class
BOF extends Token with Product with Serializable
- Annotations
- @tokenClass( "beginning of file" , true ) @leafClass()
-
final
class
CR extends AtEOL with Product with Serializable
- Annotations
- @tokenClass( "\r" , false ) @leafClass()
-
sealed
trait
CloseDelim extends Punct
- Annotations
- @branch() @branch()
-
final
class
Colon extends SymbolicKeyword with Product with Serializable
- Annotations
- @tokenClass( ":" , false ) @leafClass()
-
final
class
Comma extends Punct with Product with Serializable
- Annotations
- @tokenClass( "," , false ) @leafClass()
-
final
class
Comment extends Trivia with Product with Serializable
- Annotations
- @tokenClass( "comment" , true ) @leafClass()
-
sealed abstract
class
Constant[A] extends Literal
- Annotations
- @branch() @branch()
-
final
class
ContextArrow extends SymbolicKeyword with Product with Serializable
- Annotations
- @tokenClass( "?=>" , false ) @leafClass()
-
final
class
Dot extends Punct with Product with Serializable
- Annotations
- @tokenClass( "." , false ) @leafClass()
-
final
class
EOF extends Token with Product with Serializable
- Annotations
- @tokenClass( "end of file" , true ) @leafClass()
-
sealed
trait
EOL extends AtEOL
- Annotations
- @branch() @branch()
-
final
class
Equals extends SymbolicKeyword with Product with Serializable
- Annotations
- @tokenClass( "=" , false ) @leafClass()
-
final
class
FF extends EOL with Product with Serializable
- Annotations
- @tokenClass( "\f" , false ) @leafClass()
-
sealed
trait
HSpace extends Whitespace
- Annotations
- @branch() @branch()
-
final
class
Hash extends SymbolicKeyword with Product with Serializable
- Annotations
- @tokenClass( "#" , false ) @leafClass()
-
final
class
Ident extends Token with Product with Serializable
- Annotations
- @tokenClass( "identifier" , true ) @leafClass()
-
sealed
trait
Keyword extends Token
- Annotations
- @branch() @branch()
-
final
class
KwAbstract extends ModifierKeyword with Product with Serializable
- Annotations
- @tokenClass( "abstract" , false ) @leafClass()
-
final
class
KwCase extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "case" , false ) @leafClass()
-
final
class
KwCatch extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "catch" , false ) @leafClass()
-
final
class
KwClass extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "class" , false ) @leafClass()
-
final
class
KwDef extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "def" , false ) @leafClass()
-
final
class
KwDo extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "do" , false ) @leafClass()
-
final
class
KwElse extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "else" , false ) @leafClass()
-
final
class
KwEnum extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "enum" , false ) @leafClass()
-
final
class
KwExport extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "export" , false ) @leafClass()
-
final
class
KwExtends extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "extends" , false ) @leafClass()
-
final
class
KwFalse extends Literal with Product with Serializable
- Annotations
- @tokenClass( "false" , false ) @leafClass()
-
final
class
KwFinal extends ModifierKeyword with Product with Serializable
- Annotations
- @tokenClass( "final" , false ) @leafClass()
-
final
class
KwFinally extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "finally" , false ) @leafClass()
-
final
class
KwFor extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "for" , false ) @leafClass()
-
final
class
KwForsome extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "forSome" , false ) @leafClass()
-
final
class
KwGiven extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "given" , false ) @leafClass()
-
final
class
KwIf extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "if" , false ) @leafClass()
-
final
class
KwImplicit extends ModifierKeyword with Product with Serializable
- Annotations
- @tokenClass( "implicit" , false ) @leafClass()
-
final
class
KwImport extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "import" , false ) @leafClass()
-
final
class
KwLazy extends ModifierKeyword with Product with Serializable
- Annotations
- @tokenClass( "lazy" , false ) @leafClass()
-
final
class
KwMacro extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "macro" , false ) @leafClass()
-
final
class
KwMatch extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "match" , false ) @leafClass()
-
final
class
KwNew extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "new" , false ) @leafClass()
-
final
class
KwNull extends Literal with Product with Serializable
- Annotations
- @tokenClass( "null" , false ) @leafClass()
-
final
class
KwObject extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "object" , false ) @leafClass()
-
final
class
KwOverride extends ModifierKeyword with Product with Serializable
- Annotations
- @tokenClass( "override" , false ) @leafClass()
-
final
class
KwPackage extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "package" , false ) @leafClass()
-
final
class
KwPrivate extends ModifierKeyword with Product with Serializable
- Annotations
- @tokenClass( "private" , false ) @leafClass()
-
final
class
KwProtected extends ModifierKeyword with Product with Serializable
- Annotations
- @tokenClass( "protected" , false ) @leafClass()
-
final
class
KwReturn extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "return" , false ) @leafClass()
-
final
class
KwSealed extends ModifierKeyword with Product with Serializable
- Annotations
- @tokenClass( "sealed" , false ) @leafClass()
-
final
class
KwSuper extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "super" , false ) @leafClass()
-
final
class
KwThen extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "then" , false ) @leafClass()
-
final
class
KwThis extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "this" , false ) @leafClass()
-
final
class
KwThrow extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "throw" , false ) @leafClass()
-
final
class
KwTrait extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "trait" , false ) @leafClass()
-
final
class
KwTrue extends Literal with Product with Serializable
- Annotations
- @tokenClass( "true" , false ) @leafClass()
-
final
class
KwTry extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "try" , false ) @leafClass()
-
final
class
KwType extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "type" , false ) @leafClass()
-
final
class
KwVal extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "val" , false ) @leafClass()
-
final
class
KwVar extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "var" , false ) @leafClass()
-
final
class
KwWhile extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "while" , false ) @leafClass()
-
final
class
KwWith extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "with" , false ) @leafClass()
-
final
class
KwYield extends Keyword with Product with Serializable
- Annotations
- @tokenClass( "yield" , false ) @leafClass()
-
final
class
LF extends EOL with Product with Serializable
- Annotations
- @tokenClass( "\n" , false ) @leafClass()
-
final
class
LeftArrow extends SymbolicKeyword with Product with Serializable
- Annotations
- @tokenClass( "<-" , true ) @leafClass()
-
final
class
LeftBrace extends OpenDelim with Product with Serializable
- Annotations
- @tokenClass( "{" , false ) @leafClass()
-
final
class
LeftBracket extends OpenDelim with Product with Serializable
- Annotations
- @tokenClass( "[" , false ) @leafClass()
-
final
class
LeftParen extends OpenDelim with Product with Serializable
- Annotations
- @tokenClass( "(" , false ) @leafClass()
-
sealed
trait
Literal extends Token
- Annotations
- @branch() @branch()
-
final
class
MacroQuote extends SymbolicKeyword with Product with Serializable
- Annotations
- @tokenClass( "\'" , false ) @leafClass()
-
final
class
MacroSplice extends SymbolicKeyword with Product with Serializable
- Annotations
- @tokenClass( "$" , false ) @leafClass()
-
sealed
trait
ModifierKeyword extends Keyword
- Annotations
- @branch() @branch()
-
sealed abstract
class
NumericConstant[A <: ScalaNumber] extends Constant[A]
- Annotations
- @branch() @branch()
-
sealed
trait
OpenDelim extends Punct
- Annotations
- @branch() @branch()
-
sealed
trait
Punct extends Symbolic
- Annotations
- @branch() @branch()
-
final
class
RightArrow extends SymbolicKeyword with Product with Serializable
- Annotations
- @tokenClass( "=>" , true ) @leafClass()
-
final
class
RightBrace extends CloseDelim with Product with Serializable
- Annotations
- @tokenClass( "}" , false ) @leafClass()
-
final
class
RightBracket extends CloseDelim with Product with Serializable
- Annotations
- @tokenClass( "]" , false ) @leafClass()
-
final
class
RightParen extends CloseDelim with Product with Serializable
- Annotations
- @tokenClass( ")" , false ) @leafClass()
-
final
class
Semicolon extends Punct with Product with Serializable
- Annotations
- @tokenClass( ";" , false ) @leafClass()
-
final
class
Space extends HSpace with Product with Serializable
- Annotations
- @tokenClass( " " , false ) @leafClass()
-
final
class
Subtype extends SymbolicKeyword with Product with Serializable
- Annotations
- @tokenClass( "<:" , false ) @leafClass()
-
final
class
Supertype extends SymbolicKeyword with Product with Serializable
- Annotations
- @tokenClass( ">:" , false ) @leafClass()
-
sealed
trait
Symbolic extends Token
- Annotations
- @branch() @branch()
-
sealed
trait
SymbolicKeyword extends Symbolic
- Annotations
- @branch() @branch()
-
final
class
Tab extends HSpace with Product with Serializable
- Annotations
- @tokenClass( "\t" , false ) @leafClass()
-
sealed
trait
Trivia extends Token
- Annotations
- @branch() @branch()
-
final
class
TypeLambdaArrow extends SymbolicKeyword with Product with Serializable
- Annotations
- @tokenClass( "=>>" , false ) @leafClass()
-
final
class
Underscore extends SymbolicKeyword with Product with Serializable
- Annotations
- @tokenClass( "_" , false ) @leafClass()
-
final
class
Viewbound extends SymbolicKeyword with Product with Serializable
- Annotations
- @tokenClass( "<%" , false ) @leafClass()
-
sealed
trait
Whitespace extends Trivia
- Annotations
- @branch() @branch()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def classifiable[T <: Token]: Classifiable[T]
- implicit def classifier[T <: Token]: Classifier[T, Token]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def showStructure[T <: Token]: Structure[T]
- implicit def showSyntax[T <: Token](implicit dialect: Dialect): Syntax[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
object
At extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
- object AtEOL extends Serializable
-
object
BOF extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
CR extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
- object CloseDelim extends Serializable
-
object
Colon extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
Comma extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
Comment extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
- object Constant extends Serializable
-
object
ContextArrow extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
Dot extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
EOF extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
- object EOL extends Serializable
-
object
Equals extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
FF extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
- object HSpace extends Serializable
-
object
Hash extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
Ident extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
- object Indentation
- object Interpolation
- object Keyword extends Serializable
-
object
KwAbstract extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwCase extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwCatch extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwClass extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwDef extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwDo extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwElse extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwEnum extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwExport extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwExtends extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwFalse extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwFinal extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwFinally extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwFor extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwForsome extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwGiven extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwIf extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwImplicit extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwImport extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwLazy extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwMacro extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwMatch extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwNew extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwNull extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwObject extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwOverride extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwPackage extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwPrivate extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwProtected extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwReturn extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwSealed extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwSuper extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwThen extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwThis extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwThrow extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwTrait extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwTrue extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwTry extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwType extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwVal extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwVar extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwWhile extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwWith extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
KwYield extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
LF extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
LeftArrow extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
LeftBrace extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
LeftBracket extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
LeftParen extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
- object Literal extends Serializable
-
object
MacroQuote extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
MacroSplice extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
- object ModifierKeyword extends Serializable
- object NumericConstant extends Serializable
- object OpenDelim extends Serializable
- object Punct extends Serializable
-
object
RightArrow extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
RightBrace extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
RightBracket extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
RightParen extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
Semicolon extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
Space extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
Subtype extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
Supertype extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
- object Symbolic extends Serializable
- object SymbolicKeyword extends Serializable
-
object
Tab extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
- object Trivia extends Serializable
-
object
TypeLambdaArrow extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
Underscore extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
-
object
Viewbound extends Serializable
- Annotations
- @tokenCompanion() @leafCompanion()
- object Whitespace extends Serializable
- object Xml