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 TypeMethodDescriptionvoid
Enter a parse tree produced byWwwAuthenticateParser.challenge()
.void
Enter a parse tree produced byWwwAuthenticateParser.wwwAuthenticate()
.void
Exit a parse tree produced byWwwAuthenticateParser.challenge()
.void
Exit 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
-