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

Method apply

output/java_guava/1.4.13/Predicates.java:695–698  ·  view source on GitHub ↗
(CharSequence t)

Source from the content-addressed store, hash-verified

693 }
694
695 @Override
696 public boolean apply(CharSequence t) {
697 return pattern.matcher(t).find();
698 }
699
700 @Override
701 public int hashCode() {

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected