Scalar Class Reference

Inherits er::chronic::tags::Tag<Number>.

Inherited by ScalarDay, ScalarMonth, and ScalarYear.

Collaboration diagram for Scalar:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 Scalar (Number type)
String toString ()

Static Public Member Functions

static Scalar scan (Token token, Token postToken, Options options)
static List< Tokenscan (List< Token > tokens, Options options)

Static Public Attributes

static final Pattern FRACTIONAL_SCALAR_PATTERN = Pattern.compile("^\\d\\.\\d*$")
static final Pattern SCALAR_PATTERN = Pattern.compile("^\\d*$")
static Set< StringTIMES = new HashSet<String>()

Static Package Functions

 [static initializer]


Constructor & Destructor Documentation

Scalar ( Number  type  ) 


Member Function Documentation

[static initializer] (  )  [static, package]

static Scalar scan ( Token  token,
Token  postToken,
Options  options 
) [static]

Reimplemented in ScalarDay, ScalarMonth, and ScalarYear.

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

String toString (  ) 

Reimplemented in ScalarDay, ScalarMonth, and ScalarYear.


Member Data Documentation

final Pattern FRACTIONAL_SCALAR_PATTERN = Pattern.compile("^\\d\\.\\d*$") [static]

final Pattern SCALAR_PATTERN = Pattern.compile("^\\d*$") [static]

Set<String> TIMES = new HashSet<String>() [static]


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