Uses of Class
org.jactr.tools.analysis.production.endstates.impl.BufferStateUtilities.Consistent

Packages that use BufferStateUtilities.Consistent
org.jactr.tools.analysis.production.endstates.impl   
 

Uses of BufferStateUtilities.Consistent in org.jactr.tools.analysis.production.endstates.impl
 

Methods in org.jactr.tools.analysis.production.endstates.impl that return BufferStateUtilities.Consistent
static BufferStateUtilities.Consistent BufferStateUtilities.isConsistentWith(org.antlr.runtime.tree.CommonTree endStateSlot, org.antlr.runtime.tree.CommonTree conditionalSlot)
          return true if the endstate slot is consistent with the conditional slot.
static BufferStateUtilities.Consistent BufferStateUtilities.Consistent.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BufferStateUtilities.Consistent[] BufferStateUtilities.Consistent.values()
          Returns an array containing the constants of this enum type, in the order they're declared.