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 groupings, when
the reactor establishes the two instances have the same substatements.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EffectiveStatementState
public EffectiveStatementState()
-
-
Method Details
-
hashCode
public abstract int hashCode() -
equals
-
toString
-
addToStringAttributes
protected abstract com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper helper)
-