Uses of Class
opennlp.grok.expression.Slash

Packages that use Slash
opennlp.grok.expression   
opennlp.grok.grammar   
opennlp.grok.util   
 

Uses of Slash in opennlp.grok.expression
 

Methods in opennlp.grok.expression that return Slash
 Slash Slash.copy()
           
 Slash Dollar.getSlash()
           
 Slash BasicArg.getSlash()
           
 

Methods in opennlp.grok.expression with parameters of type Slash
 boolean Slash.equals(Slash s)
           
 void SetArg.unifySlash(Slash s)
           
 void NullArg.unifySlash(Slash s)
           
 void Dollar.unifySlash(Slash s)
           
 void BasicArg.unifySlash(Slash s)
           
 void ArgStack.slashesUnify(Slash s)
           
 void Arg.unifySlash(Slash s)
           
 

Constructors in opennlp.grok.expression with parameters of type Slash
Dollar(Slash s, java.lang.String name)
           
Dollar(Slash s, java.lang.String name, int id)
           
BasicArg(Slash s, opennlp.common.synsem.Category c)
           
ArgStack(Slash s, opennlp.common.synsem.Category c)
           
 

Uses of Slash in opennlp.grok.grammar
 

Fields in opennlp.grok.grammar declared as Slash
protected  Slash AbstractTypeRaisingRule._upperSlash
           
protected  Slash AbstractTypeRaisingRule._embeddedSlash
           
protected  Slash AbstractSubstitutionRule._argSlash
           
protected  Slash AbstractCompositionRule._argSlash
           
protected  Slash AbstractApplicationRule._functorSlash
           
 

Constructors in opennlp.grok.grammar with parameters of type Slash
AbstractTypeRaisingRule(java.lang.String name, Slash uslash, Slash eslash, boolean useDollar)
           
AbstractTypeRaisingRule(java.lang.String name, Slash uslash, Slash eslash, boolean useDollar)
           
 

Uses of Slash in opennlp.grok.util
 

Fields in opennlp.grok.util declared as Slash
 Slash SlashCatPair.slash
           
 

Methods in opennlp.grok.util that return Slash
 Slash SlashStack.getHead()
           
 Slash SlashStack.getTail()
           
 Slash SlashList.get(int i)
           
 Slash SlashList.getLast()
           
 

Methods in opennlp.grok.util with parameters of type Slash
 void SlashStack.addHead(Slash c)
           
 void SlashStack.addTail(Slash c)
           
 void SlashList.add(Slash c)
           
 void SlashList.addFront(Slash c)
           
 

Constructors in opennlp.grok.util with parameters of type Slash
SlashList(Slash c)
           
SlashList(Slash[] list)
           
SlashCatPair(Slash s, opennlp.common.synsem.Category c)
           
 



Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.