Package dev.amp.validator.css
Class EOFToken
- java.lang.Object
-
- com.steadystate.css.parser.Token
-
- dev.amp.validator.css.Token
-
- dev.amp.validator.css.EOFToken
-
- All Implemented Interfaces:
Serializable
public class EOFToken extends Token
Token representation of end of file.- Author:
- nhant01, GeorgeLuo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EOFToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenTypegetTokenType()Return type of token
-
-
-
Method Detail
-
getTokenType
public TokenType getTokenType()
Return type of token- Specified by:
getTokenTypein classToken- Returns:
- TokenType.EOF_TOKEN
-
-