MCPcopy Create free account
hub / github.com/antlr/codebuff / isTransient

Method isTransient

output/java_guava/1.4.18/Element.java:176–178  ·  view source on GitHub ↗

Returns true if the field is transient.

()

Source from the content-addressed store, hash-verified

174 /** Returns true if the field is transient. */
175
176 final boolean isTransient() {
177 return Modifier.isTransient(getModifiers());
178 }
179
180 @Override
181 public boolean equals(@Nullable Object obj) {

Callers

nothing calls this directly

Calls 1

getModifiersMethod · 0.95

Tested by

no test coverage detected