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

Method put

output/java8/1.4.17/Aggregate.java:80–82  ·  view source on GitHub ↗

Allow StringTemplate to add values, but prevent the end user from doing so.

(String propName, Object propValue)

Source from the content-addressed store, hash-verified

78 * user from doing so.
79 */
80 protected void put(String propName, Object propValue) {
81 properties.put(propName, propValue);
82 }
83
84
85 public Object get(String propName) {

Callers

nothing calls this directly

Calls 1

putMethod · 0.65

Tested by

no test coverage detected