Searched refs:blockOptions (Results 1 – 1 of 1) sorted by relevance
91 protected Map<String,Object> blockOptions; field in GrammarAST134 return blockOptions; in getBlockOptions()141 public void setBlockOptions(Map<String, Object> blockOptions) { in setBlockOptions() argument142 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 …]