Package io.github.gitbucket.markedj
Class Lexer.LexerContext
- java.lang.Object
-
- io.github.gitbucket.markedj.Lexer.LexerContext
-
-
Constructor Summary
Constructors Constructor Description LexerContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
defineLink(String key, Lexer.Link link)
Map<String,Lexer.Link>
getLinks()
Stack<Token>
getTokens()
void
pushToken(Token token)
-
-
-
Method Detail
-
pushToken
public void pushToken(Token token)
-
defineLink
public void defineLink(String key, Lexer.Link link)
-
getLinks
public Map<String,Lexer.Link> getLinks()
-
-