Ruby  2.0.0p247(2013-06-27revision41674)
Data Fields
OnigToken Struct Reference

Data Fields

enum TokenSyms type
int escaped
int base
UCharbackp
union {
   UChar *   s
   int   c
   OnigCodePoint   code
   struct {
      int   subtype
      int   ascii_range
   }   anchor
   struct {
      int   lower
      int   upper
      int   greedy
      int   possessive
   }   repeat
   struct {
      int   num
      int   ref1
      int *   refs
      int   by_name
      int   exist_level
      int   level
   }   backref
   struct {
      UChar *   name
      UChar *   name_end
      int   gnum
      int   rel
   }   call
   struct {
      int   ctype
      int   not
   }   prop
u

Detailed Description

Definition at line 2348 of file regparse.c.


Field Documentation

struct { ... } OnigToken::anchor

Referenced by fetch_token(), and parse_exp().

Definition at line 2359 of file regparse.c.

Definition at line 2352 of file regparse.c.

Referenced by fetch_token(), fetch_token_in_cc(), parse_char_class(), and parse_exp().

struct { ... } OnigToken::backref

Definition at line 2351 of file regparse.c.

Referenced by fetch_token(), fetch_token_in_cc(), and parse_char_class().

Definition at line 2371 of file regparse.c.

Definition at line 2355 of file regparse.c.

Referenced by fetch_token(), fetch_token_in_cc(), parse_char_class(), and parse_exp().

struct { ... } OnigToken::call

Referenced by fetch_token(), and parse_exp().

Definition at line 2356 of file regparse.c.

Referenced by fetch_token(), fetch_token_in_cc(), parse_char_class(), and parse_exp().

Definition at line 2384 of file regparse.c.

Definition at line 2350 of file regparse.c.

Referenced by fetch_token(), fetch_token_in_cc(), parse_char_class(), and parse_exp().

Definition at line 2373 of file regparse.c.

Definition at line 2380 of file regparse.c.

Definition at line 2364 of file regparse.c.

Definition at line 2374 of file regparse.c.

Definition at line 2362 of file regparse.c.

Definition at line 2378 of file regparse.c.

Definition at line 2379 of file regparse.c.

Definition at line 2385 of file regparse.c.

Definition at line 2368 of file regparse.c.

Definition at line 2365 of file regparse.c.

struct { ... } OnigToken::prop

Definition at line 2369 of file regparse.c.

Definition at line 2370 of file regparse.c.

Definition at line 2381 of file regparse.c.

struct { ... } OnigToken::repeat

Definition at line 2354 of file regparse.c.

Definition at line 2358 of file regparse.c.

union { ... } OnigToken::u

Definition at line 2363 of file regparse.c.


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