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

Method visitChar

src/main/java/matcher/gui/tab/HtmlTextifier.java:751–759  ·  view source on GitHub ↗
(final char value)

Source from the content-addressed store, hash-verified

749 }
750
751 private void visitChar(final char value) {
752 stringBuilder
753 .append('(')
754 .append("<span class=\"keyword\">")
755 .append("char")
756 .append("</span>")
757 .append(')')
758 .append((int) value);
759 }
760
761 private void visitShort(final short value) {
762 stringBuilder

Callers 1

visitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected