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

Method newInstance

code/src/java/pcgen/cdom/base/ClassIdentity.java:56–56  ·  view source on GitHub ↗

Returns a new instance of the object represented by this ClassIdentity. Note that any initialization necessary to indicate other state that defines ClassIdentity (such as Category) should be completed before the object is returned from this method. @return A new instance of the object represented b

()

Source from the content-addressed store, hash-verified

54 * @return A new instance of the object represented by this ClassIdentity
55 */
56 public T newInstance();
57
58 /**
59 * Returns a description of the contents of this ClassIdentity.

Callers 15

getResultMethod · 0.65
GenericMapToListMethod · 0.65
getEmptySetMethod · 0.65
createGlobalMapMethod · 0.65
buildOfClassMethod · 0.65
buildEmptyMethod · 0.65
ensureSizedArrayMethod · 0.65
addOnCopyMethod · 0.65
removeOnCopyMethod · 0.65
createLocalMapMethod · 0.65
createLocalMapMethod · 0.65

Implementers 3

BasicClassIdentitycode/src/java/pcgen/cdom/base/BasicCla
CompanionListcode/src/java/pcgen/cdom/list/Companio
AbilityCategorycode/src/java/pcgen/core/AbilityCatego

Calls

no outgoing calls

Tested by 15

additionalSetupMethod · 0.52
constructMethod · 0.52
getMethod · 0.52
getMethod · 0.52
constructCategorizedMethod · 0.52
getSubInstanceMethod · 0.52
constructCategorizedMethod · 0.52
testEmptyIdentityMethod · 0.52
constructAbilityMethod · 0.52
additionalSetupMethod · 0.52