MCPcopy Index your code
hub / github.com/MiniJavaCompiler/MiniJavaLLVM / nextToken

Method nextToken

src/lexer/MjcLexer.java:46–192  ·  view source on GitHub ↗

Read the next token and return the corresponding integer code.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.95

Calls 13

skipWhitespaceMethod · 0.95
backStepMethod · 0.95
numberMethod · 0.95
skipOneLineCommentMethod · 0.95
skipBracketCommentMethod · 0.95
stringMethod · 0.95
escapeSeqMethod · 0.95
identifierMethod · 0.95
illegalCharacterMethod · 0.95
markPositionMethod · 0.80
nextCharMethod · 0.80
getPosMethod · 0.45

Tested by 1

mainMethod · 0.76