@@ -4851,6 +4851,24 @@ public static SixModelObject sethllconfig(String language, SixModelObject config
4851
4851
config .nullValue = configHash .at_key_boxed (tc , "null_value" );
4852
4852
if (configHash .exists_key (tc , "exit_handler" ) != 0 )
4853
4853
config .exitHandler = configHash .at_key_boxed (tc , "exit_handler" );
4854
+ if (configHash .exists_key (tc , "int_lex_ref" ) != 0 )
4855
+ config .exitHandler = configHash .at_key_boxed (tc , "int_lex_ref" );
4856
+ if (configHash .exists_key (tc , "num_lex_ref" ) != 0 )
4857
+ config .exitHandler = configHash .at_key_boxed (tc , "num_lex_ref" );
4858
+ if (configHash .exists_key (tc , "str_lex_ref" ) != 0 )
4859
+ config .exitHandler = configHash .at_key_boxed (tc , "str_lex_ref" );
4860
+ if (configHash .exists_key (tc , "int_attr_ref" ) != 0 )
4861
+ config .exitHandler = configHash .at_key_boxed (tc , "int_attr_ref" );
4862
+ if (configHash .exists_key (tc , "num_attr_ref" ) != 0 )
4863
+ config .exitHandler = configHash .at_key_boxed (tc , "num_attr_ref" );
4864
+ if (configHash .exists_key (tc , "str_attr_ref" ) != 0 )
4865
+ config .exitHandler = configHash .at_key_boxed (tc , "str_attr_ref" );
4866
+ if (configHash .exists_key (tc , "int_pos_ref" ) != 0 )
4867
+ config .exitHandler = configHash .at_key_boxed (tc , "int_pos_ref" );
4868
+ if (configHash .exists_key (tc , "num_pos_ref" ) != 0 )
4869
+ config .exitHandler = configHash .at_key_boxed (tc , "num_pos_ref" );
4870
+ if (configHash .exists_key (tc , "str_pos_ref" ) != 0 )
4871
+ config .exitHandler = configHash .at_key_boxed (tc , "str_pos_ref" );
4854
4872
return configHash ;
4855
4873
}
4856
4874
public static SixModelObject getcomp (String name , ThreadContext tc ) {
0 commit comments