ATNConfig.opEquals

An ATN configuration is equal to another if both have the same state, they predict the same alternative, and syntactic/semantic contexts are the same. @uml @override

  1. bool opEquals(Object o)
    class ATNConfig
    override
    bool
    opEquals
    (
    Object o
    )
  2. bool opEquals(ATNConfig other)

Meta