Pointer Class Reference

Inherits er::chronic::tags::Tag<Pointer.PointerType>.

Collaboration diagram for Pointer:

Collaboration graph
[legend]

List of all members.

Public Types

enum  PointerType { PAST, FUTURE, NONE }

Public Member Functions

 Pointer (Pointer.PointerType type)
String toString ()

Static Public Member Functions

static List< Tokenscan (List< Token > tokens, Options options)
static Pointer scanForAll (Token token, Options options)

Static Private Attributes

static final Pattern FOR_PATTERN = Pattern.compile("\\bfor\\b")
static final Pattern FUTURE_PATTERN = Pattern.compile("\\bfuture\\b")
static final Pattern IN_PATTERN = Pattern.compile("\\bin\\b")
static final Pattern PAST_PATTERN = Pattern.compile("\\bpast\\b")


Member Enumeration Documentation

Enumerator:
PAST 
FUTURE 
NONE 


Constructor & Destructor Documentation

Pointer ( Pointer.PointerType  type  ) 


Member Function Documentation

static List<Token> scan ( List< Token tokens,
Options  options 
) [static]

static Pointer scanForAll ( Token  token,
Options  options 
) [static]

String toString (  ) 


Member Data Documentation

final Pattern FOR_PATTERN = Pattern.compile("\\bfor\\b") [static, private]

final Pattern FUTURE_PATTERN = Pattern.compile("\\bfuture\\b") [static, private]

final Pattern IN_PATTERN = Pattern.compile("\\bin\\b") [static, private]

final Pattern PAST_PATTERN = Pattern.compile("\\bpast\\b") [static, private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:46 2012 for Project Wonder by  doxygen 1.5.8