Class EffectiveStatementState
- java.lang.Object
-
- org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStatementState
-
- All Implemented Interfaces:
Immutable
,MutationBehaviour<Immutable>
- Direct Known Subclasses:
QNameWithFlagsEffectiveStatementState
@Beta public abstract class EffectiveStatementState extends Object implements Immutable
Significant state captured by anEffectiveStatement
at its instantiation site. This can be used to compare statements which are instantiated through inference, for example throughuses
fromgrouping
s, when the reactor establishes the two instances have the same substatements.
-
-
Constructor Summary
Constructors Constructor Description EffectiveStatementState()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract MoreObjects.ToStringHelper
addToStringAttributes(MoreObjects.ToStringHelper helper)
abstract boolean
equals(Object obj)
abstract int
hashCode()
String
toString()
-
-
-
Method Detail
-
addToStringAttributes
protected abstract MoreObjects.ToStringHelper addToStringAttributes(MoreObjects.ToStringHelper helper)
-
-