Uses of Class
pmp.Token

Packages that use Token
pmp This package contains core classes of PMP macroprocessor. 
 

Uses of Token in pmp
 

Methods in pmp that return Token
 Token MatcherIface.getToken()
          Returns token that would be produced by this class.
 Token JavaMatcher.getToken()
           
 Token FailingMatcher.getToken()
           
 Token EmptyMatcher.getToken()
           
 Token RegExps.outputToken()
          Returns next token.
 

Methods in pmp with parameters of type Token
(package private)  void RegExps.addRegExp(java.lang.String regexp, Token token)
          Adds new regular expression.
 

Constructors in pmp with parameters of type Token
EmptyMatcher(Token token)
          Creates new instance.
FailingMatcher(Token token)
          Creates new instance.
JavaMatcher(Token token, java.util.regex.Pattern pattern)