ru.makkarpov.scalingua.pofile.parse

PoParser

class PoParser extends lr_parser

Linear Supertypes
lr_parser, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PoParser
  2. lr_parser
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PoParser(s: Scanner, sf: SymbolFactory)

  2. new PoParser(s: Scanner)

  3. new PoParser()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def EOF_sym(): Int

    Definition Classes
    PoParser → lr_parser
  7. def action_table(): Array[Array[Short]]

    Definition Classes
    PoParser → lr_parser
  8. def advance_lookahead(): Boolean

    Attributes
    protected[java_cup.runtime]
    Definition Classes
    lr_parser
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def cur_err_token(): Symbol

    Attributes
    protected[java_cup.runtime]
    Definition Classes
    lr_parser
  12. def debug_message(arg0: String): Unit

    Definition Classes
    lr_parser
  13. def debug_parse(): Symbol

    Definition Classes
    lr_parser
    Annotations
    @throws( classOf[java.lang.Exception] )
  14. def debug_reduce(arg0: Int, arg1: Int, arg2: Int): Unit

    Definition Classes
    lr_parser
  15. def debug_shift(arg0: Symbol): Unit

    Definition Classes
    lr_parser
  16. def debug_stack(): Unit

    Definition Classes
    lr_parser
  17. def do_action(act_num: Int, parser: lr_parser, stack: Stack, top: Int): Symbol

    Definition Classes
    PoParser → lr_parser
  18. def done_parsing(): Unit

    Definition Classes
    lr_parser
  19. def dump_stack(): Unit

    Definition Classes
    lr_parser
  20. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  22. def error_recovery(arg0: Boolean): Boolean

    Attributes
    protected[java_cup.runtime]
    Definition Classes
    lr_parser
    Annotations
    @throws( classOf[java.lang.Exception] )
  23. def error_sym(): Int

    Definition Classes
    PoParser → lr_parser
  24. def error_sync_size(): Int

    Attributes
    protected[java_cup.runtime]
    Definition Classes
    lr_parser
  25. def expected_token_ids(): List[Integer]

    Definition Classes
    lr_parser
  26. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def find_recovery_config(arg0: Boolean): Boolean

    Attributes
    protected[java_cup.runtime]
    Definition Classes
    lr_parser
  28. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  29. def getScanner(): Scanner

    Definition Classes
    lr_parser
  30. final def getSymbolContainer(): Class

    Definition Classes
    PoParser → lr_parser
  31. def getSymbolFactory(): SymbolFactory

    Definition Classes
    lr_parser
  32. final def get_action(arg0: Int, arg1: Int): Short

    Attributes
    protected[java_cup.runtime]
    Definition Classes
    lr_parser
  33. final def get_reduce(arg0: Int, arg1: Int): Short

    Attributes
    protected[java_cup.runtime]
    Definition Classes
    lr_parser
  34. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  35. def init_actions(): Unit

    Attributes
    protected[ru.makkarpov.scalingua.pofile.parse]
    Definition Classes
    PoParser → lr_parser
  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. def parse(): Symbol

    Definition Classes
    lr_parser
    Annotations
    @throws( classOf[java.lang.Exception] )
  41. def parse_lookahead(arg0: Boolean): Unit

    Attributes
    protected[java_cup.runtime]
    Definition Classes
    lr_parser
    Annotations
    @throws( classOf[java.lang.Exception] )
  42. def production_table(): Array[Array[Short]]

    Definition Classes
    PoParser → lr_parser
  43. def read_lookahead(): Unit

    Attributes
    protected[java_cup.runtime]
    Definition Classes
    lr_parser
    Annotations
    @throws( classOf[java.lang.Exception] )
  44. def reduce_table(): Array[Array[Short]]

    Definition Classes
    PoParser → lr_parser
  45. def report_error(arg0: String, arg1: Any): Unit

    Definition Classes
    lr_parser
  46. def report_expected_token_ids(): Unit

    Attributes
    protected[java_cup.runtime]
    Definition Classes
    lr_parser
  47. def report_fatal_error(arg0: String, arg1: Any): Unit

    Definition Classes
    lr_parser
    Annotations
    @throws( classOf[java.lang.Exception] )
  48. def restart_lookahead(): Unit

    Attributes
    protected[java_cup.runtime]
    Definition Classes
    lr_parser
    Annotations
    @throws( classOf[java.lang.Exception] )
  49. def scan(): Symbol

    Definition Classes
    lr_parser
    Annotations
    @throws( classOf[java.lang.Exception] )
  50. def setScanner(arg0: Scanner): Unit

    Definition Classes
    lr_parser
  51. def shift_under_error(): Boolean

    Attributes
    protected[java_cup.runtime]
    Definition Classes
    lr_parser
  52. def start_production(): Int

    Definition Classes
    PoParser → lr_parser
  53. def start_state(): Int

    Definition Classes
    PoParser → lr_parser
  54. def symbl_name_from_id(arg0: Int): String

    Definition Classes
    lr_parser
  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  56. def syntax_error(arg0: Symbol): Unit

    Definition Classes
    lr_parser
  57. def toString(): String

    Definition Classes
    AnyRef → Any
  58. def try_parse_ahead(arg0: Boolean): Boolean

    Attributes
    protected[java_cup.runtime]
    Definition Classes
    lr_parser
    Annotations
    @throws( classOf[java.lang.Exception] )
  59. def unrecovered_syntax_error(arg0: Symbol): Unit

    Definition Classes
    lr_parser
    Annotations
    @throws( classOf[java.lang.Exception] )
  60. def user_init(): Unit

    Definition Classes
    lr_parser
    Annotations
    @throws( classOf[java.lang.Exception] )
  61. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from lr_parser

Inherited from AnyRef

Inherited from Any

Ungrouped