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

Method getNoAlignment

code/src/java/pcgen/io/PCGVer2Parser.java:5868–5872  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5866 }
5867
5868 public PCAlignment getNoAlignment()
5869 {
5870 return Globals.getContext().getReferenceContext().silentlyGetConstructedCDOMObject(PCAlignment.class,
5871 Constants.NONE);
5872 }
5873
5874}

Callers 1

parseAlignmentLineMethod · 0.95

Calls 3

getContextMethod · 0.95
getReferenceContextMethod · 0.65

Tested by

no test coverage detected