MCPcopy Create free account
hub / github.com/chibash/stone / add

Method add

src/stone/Parser.java:177–179  ·  view source on GitHub ↗
(String name, int prec, boolean leftAssoc)

Source from the content-addressed store, hash-verified

175 public static boolean LEFT = true;
176 public static boolean RIGHT = false;
177 public void add(String name, int prec, boolean leftAssoc) {
178 put(name, new Precedence(prec, leftAssoc));
179 }
180 }
181
182 protected static class Expr extends Element {

Callers 15

TypedParserMethod · 0.45
FuncParserMethod · 0.45
ArrayParserMethod · 0.45
readLineMethod · 0.45
addTokenMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
findMethod · 0.45
parseMethod · 0.45
doShiftMethod · 0.45

Calls 1

putMethod · 0.65

Tested by

no test coverage detected