Class EffectiveStatementState
java.lang.Object
org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStatementState
- All Implemented Interfaces:
Immutable
- Direct Known Subclasses:
QNameWithFlagsEffectiveStatementState
Significant state captured by an
EffectiveStatement
at its instantiation site. This can be used to compare
statements which are instantiated through inference, for example through uses
from grouping
s, when
the reactor establishes the two instances have the same substatements.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract MoreObjects.ToStringHelper
abstract boolean
abstract int
hashCode()
final String
toString()
-
Constructor Details
-
EffectiveStatementState
public EffectiveStatementState()
-
-
Method Details
-
hashCode
public abstract int hashCode() -
equals
-
toString
-
addToStringAttributes
protected abstract MoreObjects.ToStringHelper addToStringAttributes(MoreObjects.ToStringHelper helper)
-