Home
last modified time | relevance | path

Searched refs:getSetValue (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DTreeToNFAConverter.g233 if ($b.start.getSetValue() != null)
403 if ( blk.getSetValue()!=null )
420 if ( blk.getSetValue()!=null )
441 if ( blk.getSetValue()!=null )
547 //IntSet notSet = grammar.complement(stNode.getSetValue());
549 IntSet s = stNode.getSetValue();
DCodeGenTreeWalker.g561 : {$start.getSetValue()!=null}? => setBlock
632 generator.genSetExpr(templates,$s.getSetValue(),1,false));
749 …| ({((GrammarAST)input.LT(1)).getSetValue()==null}? (BLOCK|OPTIONAL|CLOSURE|POSITIVE_CLOSURE)) => …
834 elements = $assign_st.getSetValue();
1173 $code.add("s", generator.genSetExpr(templates,$s.getSetValue(),1,false));
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammarAST.java321 public IntSet getSetValue() { in getSetValue() method in GrammarAST