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

Method dotOperator

src/main/java/org/dynjs/parser/js/ASTFactory.java:402–404  ·  view source on GitHub ↗
(Expression lhs, String identifier)

Source from the content-addressed store, hash-verified

400 }
401
402 public DotExpression dotOperator(Expression lhs, String identifier) {
403 return new DotExpression(lhs, identifier);
404 }
405
406 public BracketExpression bracketOperator(Expression lhs, Expression rhs) {
407 return new BracketExpression(lhs, rhs);

Callers 3

memberExpressionMethod · 0.80
callExpressionMethod · 0.80
newExpressionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected