MCPcopy Create free account
hub / github.com/jmrozanec/cron-utils / and

Method and

src/main/java/com/cronutils/model/field/expression/And.java:35–39  ·  view source on GitHub ↗
(final FieldExpression exp)

Source from the content-addressed store, hash-verified

33 }
34
35 @Override
36 public And and(final FieldExpression exp) {
37 expressions.add(exp);
38 return this;
39 }
40
41 @Override
42 public FieldExpression accept(FieldExpressionVisitor visitor) {

Callers 15

testVisitAndMethod · 0.95
visitMethod · 0.95
commaSplitResultMethod · 0.95
andMethod · 0.95
visitMethod · 0.95
setUpMethod · 0.45
Issue421TestClass · 0.45

Calls

no outgoing calls