Class

org.maltparserx.parser

ParserState

Related Doc: package parser

Permalink

class ParserState extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParserState
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ParserState(algorithm: Algorithm, factory: AbstractParserFactory, k: Int)

    Permalink
  2. new ParserState(algorithm: Algorithm, factory: AbstractParserFactory)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(currentAction: GuideUserAction): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clear(): Unit

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getAlgorithm(): Algorithm

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getConfiguration(): ParserConfiguration

    Permalink
  14. def getFactory(): AbstractParserFactory

    Permalink
  15. def getHistory(): GuideUserHistory

    Permalink
  16. def getHistoryStructure(): HistoryStructure

    Permalink
  17. def getSymboltables(): SymbolTableHandler

    Permalink
  18. def getTransitionSystem(): TransitionSystem

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def initialize(dependencyStructure: DependencyStructure): Unit

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isTerminalState(): Boolean

    Permalink
  23. def nConfigurations(): Int

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def permissible(currentAction: GuideUserAction): Boolean

    Permalink
  28. def setHistory(history: GuideUserHistory): Unit

    Permalink
    Attributes
    protected[org.maltparserx.parser]
  29. def setHistoryStructure(historyStructure: HistoryStructure): Unit

    Permalink
    Attributes
    protected[org.maltparserx.parser]
  30. def setSymboltables(symboltables: SymbolTableHandler): Unit

    Permalink
    Attributes
    protected[org.maltparserx.parser]
  31. def setTransitionSystem(transitionSystem: TransitionSystem): Unit

    Permalink
    Attributes
    protected[org.maltparserx.parser]
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped