Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added YangInstanceIdentifier and Made Java code generation return typed iterator. #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

krishnact
Copy link

  1. Added YangInstanceIdentifier class.
  2. Made class generation typed so it can be used in Groovy each iterator without having to typecast. Also added supporting TypedElementChildrenIterator.java

2. Made class generation typed so it can be used in Groovy each iterator without having to typecast. Also added supporting TypedElementChildrenIterator.java
}
while (childrenIterator.hasNext()) {
if (name == null) {
return true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hasNextChild = true; missing here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants