Class

ru.makkarpov.scalingua.pofile.parse

ErrorReportingParser

Related Doc: package parse

Permalink

class ErrorReportingParser extends PoParser

Linear Supertypes
PoParser, lr_parser, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorReportingParser
  2. PoParser
  3. lr_parser
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ErrorReportingParser(lex: PoLexer)

    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 EOF_sym(): Int

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

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

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

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    lr_parser
  11. def debug_parse(): Symbol

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

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

    Permalink
    Definition Classes
    lr_parser
  14. def debug_stack(): Unit

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

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

    Permalink
    Definition Classes
    lr_parser
  17. def dump_stack(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    lr_parser
  24. def find_recovery_config(arg0: Boolean): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def getScanner(): Scanner

    Permalink
    Definition Classes
    lr_parser
  27. final def getSymbolContainer(): Class

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  32. def init_actions(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  37. def parse(): Symbol

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

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

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

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

    Permalink
    Definition Classes
    PoParser → lr_parser
  42. def report_error(message: String, info: AnyRef): Unit

    Permalink
    Definition Classes
    ErrorReportingParser → lr_parser
  43. def report_expected_token_ids(): Unit

    Permalink
    Attributes
    protected[java_cup.runtime]
    Definition Classes
    lr_parser
  44. def report_fatal_error(message: String, info: AnyRef): Unit

    Permalink
    Definition Classes
    ErrorReportingParser → lr_parser
  45. def restart_lookahead(): Unit

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

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

    Permalink
    Definition Classes
    lr_parser
  48. def shift_under_error(): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  53. def syntax_error(cur_token: Symbol): Unit

    Permalink
    Definition Classes
    ErrorReportingParser → lr_parser
  54. def toString(): String

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

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

    Permalink
    Definition Classes
    ErrorReportingParser → lr_parser
  57. def user_init(): Unit

    Permalink
    Definition Classes
    lr_parser
    Annotations
    @throws( classOf[java.lang.Exception] )
  58. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from PoParser

Inherited from lr_parser

Inherited from AnyRef

Inherited from Any

Ungrouped