Uses of Class
net.aethersanctum.curlyml.Scanner.Token

Packages that use Scanner.Token
net.aethersanctum.curlyml   
 

Uses of Scanner.Token in net.aethersanctum.curlyml
 

Methods in net.aethersanctum.curlyml that return Scanner.Token
 Scanner.Token Scanner.getCurrentToken()
          gets the current token
 Scanner.Token Scanner.getToken()
          collect the next new token, assigns it to the current one
static Scanner.Token Scanner.Token.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Scanner.Token[] Scanner.Token.values()
          Returns an array containing the constants of this enum type, in the order they're declared.