MCPcopy Create free account
hub / github.com/dynjs/dynjs / accept

Method accept

src/main/java/org/dynjs/parser/Statement.java:42–42  ·  view source on GitHub ↗
(Object context, CodeVisitor visitor, boolean strict)

Source from the content-addressed store, hash-verified

40 List<VariableDeclaration> getVariableDeclarations();
41
42 Object accept(Object context, CodeVisitor visitor, boolean strict);
43
44 int getSizeMetric();
45

Callers 15

visitMethod · 0.95
defineMethod · 0.65
defineMethod · 0.65
compileMethod · 0.65
visitMethod · 0.65
acceptOrUndefinedMethod · 0.65
walkBinaryExpressionMethod · 0.65
walkUnaryExpressionMethod · 0.65
visitMethod · 0.65
visitMethod · 0.65
visitPlusMethod · 0.65

Implementers 1

AbstractStatementsrc/main/java/org/dynjs/parser/ast/Abs

Calls

no outgoing calls

Tested by

no test coverage detected