Uses of Class
org.duelengine.duel.parsing.DuelToken

Packages that use DuelToken
org.duelengine.duel.parsing   
 

Uses of DuelToken in org.duelengine.duel.parsing
 

Methods in org.duelengine.duel.parsing that return DuelToken
static DuelToken DuelToken.attrName(String name)
           
static DuelToken DuelToken.attrName(String name, int index, int line, int column)
           
static DuelToken DuelToken.attrValue(BlockValue value)
           
static DuelToken DuelToken.attrValue(BlockValue value, int index, int line, int column)
           
static DuelToken DuelToken.attrValue(String value)
           
static DuelToken DuelToken.attrValue(String value, int index, int line, int column)
           
static DuelToken DuelToken.block(BlockValue value)
           
static DuelToken DuelToken.block(BlockValue value, int index, int line, int column)
           
static DuelToken DuelToken.elemBegin(String name)
           
static DuelToken DuelToken.elemBegin(String name, int index, int line, int column)
           
static DuelToken DuelToken.elemEnd(String name)
           
static DuelToken DuelToken.elemEnd(String name, int index, int line, int column)
           
static DuelToken DuelToken.error(String message)
           
static DuelToken DuelToken.error(String message, int index, int line, int column)
           
 DuelToken InvalidTokenException.getToken()
           
static DuelToken DuelToken.literal(String value)
           
static DuelToken DuelToken.literal(String value, int index, int line, int column)
           
 DuelToken DuelLexer.next()
          Returns the next token in the input
 

Methods in org.duelengine.duel.parsing that return types with arguments of type DuelToken
 ArrayList<DuelToken> DuelLexer.toList()
          Produces a list of the remaining tokens
 

Methods in org.duelengine.duel.parsing with parameters of type DuelToken
 List<VIEWCommandNode> DuelParser.parse(DuelToken... tokens)
          Parses token sequence into AST
 

Method parameters in org.duelengine.duel.parsing with type arguments of type DuelToken
 List<VIEWCommandNode> DuelParser.parse(Iterable<DuelToken> tokens)
          Parses token sequence into AST
 List<VIEWCommandNode> DuelParser.parse(Iterator<DuelToken> tokens)
          Parses token sequence into AST
 

Constructors in org.duelengine.duel.parsing with parameters of type DuelToken
InvalidTokenException(String message, DuelToken token)
           
InvalidTokenException(String message, DuelToken token, Throwable cause)
           
 



Copyright © 2011. All Rights Reserved.