Class QNameWithFlagsEffectiveStatementState
java.lang.Object
org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStatementState
org.opendaylight.yangtools.yang.parser.spi.meta.QNameWithFlagsEffectiveStatementState
- All Implemented Interfaces:
Immutable
Simple
EffectiveStatementState for use with typical SchemaTreeEffectiveStatements. It differentiates
on QName and an int flags field.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.common.base.MoreObjects.ToStringHelperaddToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper helper) booleaninthashCode()Methods inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStatementState
toString
-
Constructor Details
-
QNameWithFlagsEffectiveStatementState
-
-
Method Details
-
hashCode
public int hashCode()- Specified by:
hashCodein classEffectiveStatementState
-
equals
- Specified by:
equalsin classEffectiveStatementState
-
addToStringAttributes
protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper helper) - Specified by:
addToStringAttributesin classEffectiveStatementState
-