MCPcopy Create free account
hub / github.com/FabricMC/Matcher / visitShort

Method visitShort

src/main/java/matcher/gui/tab/HtmlTextifier.java:761–769  ·  view source on GitHub ↗
(final short value)

Source from the content-addressed store, hash-verified

759 }
760
761 private void visitShort(final short value) {
762 stringBuilder
763 .append('(')
764 .append("<span class=\"keyword\">")
765 .append("short")
766 .append("</span>")
767 .append(')')
768 .append(value);
769 }
770
771 private void visitByte(final byte value) {
772 stringBuilder

Callers 1

visitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected