Searched refs:CSTRING (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DParserConstants.java60 int CSTRING = 35; field in interface:ParserConstants
104 "<CSTRING>",
H A DParser.jjt122 <CSTRING: "\"" (~["\""])* "\"">
327 "enterprise" "=" t=<CSTRING> {jjtThis.enterprise= t.image;}
H A DParser.jj123 <CSTRING: "\"" (~["\""])* "\"">
742 "enterprise" "=" t=<CSTRING> {jjtn000.enterprise= t.image;}
H A DParser.java720 t = jj_consume_token(CSTRING);

Completed in 32 milliseconds