ai.krr.fol
Class KifSentenceAdaptor.VariableStack
java.lang.Object
  
ai.krr.fol.KifSentenceAdaptor.VariableStack
- Enclosing class:
 - KifSentenceAdaptor
 
protected static class KifSentenceAdaptor.VariableStack
- extends java.lang.Object
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
globalVars
protected java.util.Map<java.lang.String,Variable> globalVars
localVarNames
protected java.lang.String[] localVarNames
localVars
protected Variable[] localVars
KifSentenceAdaptor.VariableStack
protected KifSentenceAdaptor.VariableStack()
stackLocals
public void stackLocals(java.lang.String name,
                        Variable var)
 
getLocal
public Variable getLocal(java.lang.String name)
 
removeLocals
public void removeLocals(int nrVars)