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

Interface Tokens

src/syntax/Tokens.java:28–29  ·  view source on GitHub ↗

A public class that allows us to access the definitions of the Mjc tokens from outside the syntax package; this works around a design decision in jacc that restricts the generated token file to package level access only.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 2

MjcLexersrc/lexer/MjcLexer.java
Testsrc/lexer/Test.java

Calls

no outgoing calls

Tested by

no test coverage detected