MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / isString

Method isString

src/main/java/core/org/xbill/DNS/Tokenizer.java:114–117  ·  view source on GitHub ↗

Indicates whether this token contains a string.

()

Source from the content-addressed store, hash-verified

112
113 /** Indicates whether this token contains a string. */
114 public boolean
115 isString() {
116 return (type == IDENTIFIER || type == QUOTED_STRING);
117 }
118
119 /** Indicates whether this token contains an EOL or EOF. */
120 public boolean

Callers 10

getStringMethod · 0.95
rdataFromStringMethod · 0.80
rdataFromStringMethod · 0.80
TypeBitmapMethod · 0.80
remainingStringsMethod · 0.80
rdataFromStringMethod · 0.80
rdataFromStringMethod · 0.80
_nextRecordMethod · 0.80
rdataFromStringMethod · 0.80
rdataFromStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected