MCPcopy Create free account
hub / github.com/PCGen/pcgen / toHtmlString

Method toHtmlString

code/src/java/plugin/pretokens/test/PreHDTester.java:62–67  ·  view source on GitHub ↗
(final Prerequisite prereq)

Source from the content-addressed store, hash-verified

60 }
61
62 @Override
63 public String toHtmlString(final Prerequisite prereq)
64 {
65 return LanguageBundle.getFormattedString("PreStat.toHtml", //$NON-NLS-1$
66 prereq.getKind().toUpperCase() + ':', prereq.getOperator().toDisplayString(), prereq.getOperand());
67 }
68
69}

Callers

nothing calls this directly

Calls 5

getFormattedStringMethod · 0.95
getKindMethod · 0.80
toDisplayStringMethod · 0.80
getOperandMethod · 0.80
getOperatorMethod · 0.65

Tested by

no test coverage detected