Package com.inrupt.client.parser
Interface WwwAuthenticateListener
- All Superinterfaces:
ParseTreeListener
- All Known Implementing Classes:
WwwAuthenticateBaseListener
This interface defines a complete listener for a parse tree produced by
WwwAuthenticateParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byWwwAuthenticateParser.challenge().voidEnter a parse tree produced byWwwAuthenticateParser.wwwAuthenticate().voidExit a parse tree produced byWwwAuthenticateParser.challenge().voidExit a parse tree produced byWwwAuthenticateParser.wwwAuthenticate().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterWwwAuthenticate
Enter a parse tree produced byWwwAuthenticateParser.wwwAuthenticate().- Parameters:
ctx- the parse tree
-
exitWwwAuthenticate
Exit a parse tree produced byWwwAuthenticateParser.wwwAuthenticate().- Parameters:
ctx- the parse tree
-
enterChallenge
Enter a parse tree produced byWwwAuthenticateParser.challenge().- Parameters:
ctx- the parse tree
-
exitChallenge
Exit a parse tree produced byWwwAuthenticateParser.challenge().- Parameters:
ctx- the parse tree
-