Home | History | Annotate | Download | only in v3

Lines Matching refs:EOB

133      * stringAlias = ^(BLOCK[] ^(ALT[] STRING_LITERAL[] EOA[]) EOB[])
142 adaptor.addChild( stringAlias, adaptor.create( EOB, "EOB" ) );
145 * charAlias = ^(BLOCK[] ^(ALT[] CHAR_LITERAL[] EOA[]) EOB[])
154 adaptor.addChild( charAlias, adaptor.create( EOB, "EOB" ) );
157 * stringAlias2 = ^(BLOCK[] ^(ALT[] STRING_LITERAL[] ACTION[] EOA[]) EOB[])
167 adaptor.addChild( stringAlias2, adaptor.create( EOB, "EOB" ) );
170 * charAlias = ^(BLOCK[] ^(ALT[] CHAR_LITERAL[] ACTION[] EOA[]) EOB[])
180 adaptor.addChild( charAlias2, adaptor.create( EOB, "EOB" ) );
332 EOB