MCPcopy Create free account
hub / github.com/congo-cc/congo-parser-generator / merge

Method merge

examples/java/testfiles/Token.java:198–206  ·  view source on GitHub ↗

Utility method to merge two tokens into a single token of a given type. @param t1 the first token to merge @param t2 the second token to merge @param type the merged token's type @return the result of merging the two tokens

(Token t1, Token t2, TokenType type)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 12

newTokenMethod · 0.95
setEndColumnMethod · 0.95
setEndLineMethod · 0.95
setNextMethod · 0.95
setNextTokenMethod · 0.95
getImageMethod · 0.80
getNextMethod · 0.80
getInputSourceMethod · 0.65
copyLocationInfoMethod · 0.65
getEndColumnMethod · 0.65
getEndLineMethod · 0.65
getNextTokenMethod · 0.45

Tested by

no test coverage detected