Home
last modified time | relevance | path

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

/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DTreeToNFAConverter.g234 if ($b.start.getSetValue() != null)
404 if ( blk.getSetValue()!=null )
421 if ( blk.getSetValue()!=null )
442 if ( blk.getSetValue()!=null )
548 //IntSet notSet = grammar.complement(stNode.getSetValue());
550 IntSet s = stNode.getSetValue();
DCodeGenTreeWalker.g562 : {$start.getSetValue()!=null}? => setBlock
633 generator.genSetExpr(templates,$s.getSetValue(),1,false));
750 …| ({((GrammarAST)input.LT(1)).getSetValue()==null}? (BLOCK|OPTIONAL|CLOSURE|POSITIVE_CLOSURE)) => …
835 elements = $assign_st.getSetValue();
1174 $code.add("s", generator.genSetExpr(templates,$s.getSetValue(),1,false));
/external/desugar/java/com/google/devtools/common/options/
DInvocationPolicyEnforcer.java445 setValueExpansion.setAppend(originalPolicy.policy.getSetValue().getOverridable()); in getSetValueSubflagAsPolicy()
447 setValueExpansion.setOverridable(originalPolicy.policy.getSetValue().getOverridable()); in getSetValueSubflagAsPolicy()
549 SetValue setValue = flagPolicy.policy.getSetValue(); in applySetValueOperation()
/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammarAST.java318 public IntSet getSetValue() { in getSetValue() method in GrammarAST