Project Wonder 5.0

Uses of Class
er.chronic.handlers.Handler.HandlerType

Packages that use Handler.HandlerType
er.chronic.handlers   
 

Uses of Handler.HandlerType in er.chronic.handlers
 

Methods in er.chronic.handlers that return Handler.HandlerType
 Handler.HandlerType HandlerTypePattern.getType()
           
static Handler.HandlerType Handler.HandlerType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Handler.HandlerType[] Handler.HandlerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in er.chronic.handlers that return types with arguments of type Handler.HandlerType
static java.util.Map<Handler.HandlerType,java.util.List<Handler>> Handler.definitions(Options options)
           
 

Method parameters in er.chronic.handlers with type arguments of type Handler.HandlerType
 Range Handler._matchCount(java.util.List<Token> tokens, java.util.Map<Handler.HandlerType,java.util.List<Handler>> definitions)
           
 boolean Handler.match(java.util.List<Token> tokens, java.util.Map<Handler.HandlerType,java.util.List<Handler>> definitions)
           
 Range Handler.matchCount(java.util.List<Token> tokens, java.util.Map<Handler.HandlerType,java.util.List<Handler>> definitions)
           
 

Constructors in er.chronic.handlers with parameters of type Handler.HandlerType
HandlerTypePattern(Handler.HandlerType type)
           
HandlerTypePattern(Handler.HandlerType type, boolean optional)
           
 


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.