Building Parsers with Java

Uses of Class
sjm.parse.tokens.TokenString

Packages that use TokenString
sjm.examples.logic   
sjm.parse.tokens   
 

Uses of TokenString in sjm.examples.logic
 

Methods in sjm.examples.logic with parameters of type TokenString
protected static Axiom LogikusFacade.axiom(TokenString ts)
           
protected static void LogikusFacade.checkForUppercase(TokenString ts, java.lang.String type)
           
protected static java.lang.Object LogikusFacade.parse(TokenString ts, Parser p, java.lang.String type)
           
protected static void LogikusFacade.reportNoMatch(TokenString ts, java.lang.String type)
           
 

Uses of TokenString in sjm.parse.tokens
 

Fields in sjm.parse.tokens declared as TokenString
protected  TokenString TokenStringSource.cachedTokenString
           
protected  TokenString TokenAssembly.tokenString
          the "string" of tokens this assembly will consume
 

Methods in sjm.parse.tokens that return TokenString
 TokenString TokenStringSource.nextTokenString()
          Returns the next TokenString from the source.
 

Constructors in sjm.parse.tokens with parameters of type TokenString
TokenAssembly.TokenAssembly(TokenString tokenString)
          Constructs a TokenAssembly from the given TokenString.
 


by Steve Metsker