MCPcopy Create free account
hub / github.com/ReadyTalk/avian / push

Method push

classpath/java/util/regex/Compiler.java:203–205  ·  view source on GitHub ↗
(Expression expr)

Source from the content-addressed store, hash-verified

201 }
202
203 public void push(Expression expr) {
204 list.add(expr);
205 }
206
207 public void push(final int c) {
208 push(new Expression() {

Callers 1

compileMethod · 0.95

Calls 1

addMethod · 0.65

Tested by

no test coverage detected