MCPcopy Index your code
hub / github.com/Tencent/APIJSON / getType

Method getType

APIJSONORM/src/main/java/apijson/orm/Logic.java:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60
61
62 public int getType() {
63 return type;
64 }
65
66 public void setType(int type) {
67 this.type = type;

Callers 8

LogicMethod · 0.95
isCorrectMethod · 0.95
isContainMethod · 0.95
concatJoinWhereStringMethod · 0.95
gainSearchStringMethod · 0.95
gainRegExpStringMethod · 0.95
gainBetweenStringMethod · 0.95
gainContainStringMethod · 0.95

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected