Searched refs:blockOptions (Results 1 – 1 of 1) sorted by relevance
87 protected Map<String,Object> blockOptions; field in GrammarAST129 return blockOptions; in getBlockOptions()136 public void setBlockOptions(Map<String, Object> blockOptions) { in setBlockOptions() argument137 this.blockOptions = blockOptions; in setBlockOptions()164 this.blockOptions = t.blockOptions; in initialize()196 if ( blockOptions == null ) { in setBlockOption()197 blockOptions = new HashMap<String, Object>(); in setBlockOption()199 return setOption(blockOptions, Grammar.legalBlockOptions, grammar, key, value); in setBlockOption()235 if ( blockOptions != null ) { in getBlockOption()236 value = blockOptions.get(key); in getBlockOption()[all …]