Home | History | Annotate | Download | only in include

Lines Matching refs:pANTLR3_STRING

94 //     2 | pANTLR3_STRING because of setText or similar action
121 /// and need to manufacture a pANTLR3_STRING
166 /// 2 | pANTLR3_STRING because of setText or similar action
177 /// a string in the grammar. No sense in constructing a pANTLR3_STRING just
179 /// we will build a pANTLR3_STRING for it a that point.
186 pANTLR3_STRING text;
222 * toString() if you want a pANTLR3_STRING version of the token.
224 pANTLR3_STRING (*getText)(struct ANTLR3_COMMON_TOKEN_struct * token);
233 void (*setText)(struct ANTLR3_COMMON_TOKEN_struct * token, pANTLR3_STRING text);
308 pANTLR3_STRING (*toString) (struct ANTLR3_COMMON_TOKEN_struct * token);