|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.server.web.DbContextRule
public class DbContextRule
A BNF terminal rule that is linked to the database context information. This class is used by the H2 Console, to support auto-complete.
Method Summary | |
---|---|
void |
accept(BnfVisitor visitor)
Call the visit method in the given visitor. |
boolean |
autoComplete(Sentence sentence)
Add the next possible token(s). |
void |
setLinks(java.util.HashMap<java.lang.String,RuleHead> ruleMap)
Update cross references. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setLinks(java.util.HashMap<java.lang.String,RuleHead> ruleMap)
Rule
setLinks
in interface Rule
ruleMap
- the reference mappublic void accept(BnfVisitor visitor)
Rule
accept
in interface Rule
visitor
- the visitorpublic boolean autoComplete(Sentence sentence)
Rule
autoComplete
in interface Rule
sentence
- the sentence context
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |