Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammarAST.java91 protected Map<String,Object> blockOptions; field in GrammarAST
134 return blockOptions; in getBlockOptions()
141 public void setBlockOptions(Map<String, Object> blockOptions) { in setBlockOptions() argument
142 this.blockOptions = blockOptions; in setBlockOptions()
167 this.blockOptions = t.blockOptions; in initialize()
199 if ( blockOptions == null ) { in setBlockOption()
200 blockOptions = new HashMap(); in setBlockOption()
202 return setOption(blockOptions, Grammar.legalBlockOptions, grammar, key, value); in setBlockOption()
238 if ( blockOptions != null ) { in getBlockOption()
239 value = blockOptions.get(key); in getBlockOption()
[all …]