org.jactr.tools.analysis.production.endstates.impl
Class SimpleBufferEndState
java.lang.Object
org.jactr.tools.analysis.production.endstates.BufferEndState
org.jactr.tools.analysis.production.endstates.impl.SimpleBufferEndState
public class SimpleBufferEndState
- extends BufferEndState
- Author:
- harrison
|
Constructor Summary |
SimpleBufferEndState(java.lang.String bufferName,
java.lang.String slotName,
org.antlr.runtime.tree.CommonTree... content)
|
SimpleBufferEndState(java.lang.String bufferName,
java.lang.String conditionedOn,
java.lang.String slotName,
org.antlr.runtime.tree.CommonTree... content)
first commontree is the equality, everything else is the not |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SimpleBufferEndState
public SimpleBufferEndState(java.lang.String bufferName,
java.lang.String conditionedOn,
java.lang.String slotName,
org.antlr.runtime.tree.CommonTree... content)
- first commontree is the equality, everything else is the not
- Parameters:
bufferName - slotName - content -
SimpleBufferEndState
public SimpleBufferEndState(java.lang.String bufferName,
java.lang.String slotName,
org.antlr.runtime.tree.CommonTree... content)