MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / getTypeInformation

Method getTypeInformation

src/main/java/field/utility/Dict.java:323–325  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321
322
323 public List<Class> getTypeInformation() {
324 return typeInformation == null ? null : new ArrayList<>(typeInformation);
325 }
326
327 public Prop<T> findCanon() {
328 return Canonical.findCanon(this);

Callers 7

asMap_setMethod · 0.80
assembleCompletionsMethod · 0.80
asMap_setMethod · 0.80
asMap_setMethod · 0.80
getCompletionsForMethod · 0.80
getCompletionsForMethod · 0.80
asMap_setMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected