246247248249250251252253254
} protected ConstantVariableType onConstantVariable(Field field, String name, Doc doc) { ConstantVariableType constant = new ConstantVariable(this, name, field, doc); _types.put(name, constant); return constant; }