MCPcopy Index your code
hub / github.com/antlr/codebuff / getAttributeRenderer

Method getAttributeRenderer

output/java8/1.4.13/STGroup.java:729–734  ·  view source on GitHub ↗

Get renderer for class T associated with this group. For non-imported groups and object-to-render of class T, use renderer (if any) registered for T. For imports, any renderer set on import group is ignored even when using an imported template. You should set the ren

(Class<?> attributeType)

Source from the content-addressed store, hash-verified

727 */
728
729 public AttributeRenderer getAttributeRenderer(Class<?> attributeType) {
730 if ( renderers==null ) {
731 return null;
732 }
733 return renderers.get(attributeType);
734 }
735
736 public ST createStringTemplate(CompiledST impl) {
737 ST st = new ST();

Callers 1

writePOJOMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected