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

add more statements, collectio/map: add/remove/exist/clear #8

Closed
wsky opened this issue Feb 24, 2014 · 3 comments
Closed

add more statements, collectio/map: add/remove/exist/clear #8

wsky opened this issue Feb 24, 2014 · 3 comments
Labels

Comments

@wsky
Copy link
Owner

wsky commented Feb 24, 2014

Collection/Map

  • Add
  • Remove
  • Exist
@wsky wsky added this to the v1.0.0 milestone Feb 24, 2014
@wsky wsky added the feature label Feb 24, 2014
wsky added a commit that referenced this issue Feb 26, 2014
@wsky wsky modified the milestone: v1.0.0 Mar 3, 2014
wsky added a commit that referenced this issue Jun 20, 2014
@wsky
Copy link
Owner Author

wsky commented Jul 9, 2014

  • AddToList
  • GetKeyValue

@wsky
Copy link
Owner Author

wsky commented Jul 10, 2014

New newObj = new New(TestObject.class);
        newObj.getArguments().add(new InArgument("name"));
        newObj.getArguments().add(new InArgument(int.class, 123));

@wsky
Copy link
Owner Author

wsky commented Jul 10, 2014

AddToCollection add1 = new AddToCollection();
        add1.Collection = new InArgument(collection);
        add1.Item = new InArgument(item);

RemoveFromCollection remove = new RemoveFromCollection();
        remove.Collection = new InArgument(collection);
        remove.Item = new InArgument(item);

ExistsInCollection exists = new ExistsInCollection();
        exists.Collection = new InArgument(collection);
        exists.Item = new InArgument(item);

wsky added a commit that referenced this issue Jul 10, 2014
wsky added a commit that referenced this issue Jul 10, 2014
@wsky wsky changed the title add more statements, foreach/assign, collection control: add/remove/exist/clear add more statements, collectio/map: add/remove/exist/clear Jul 10, 2014
wsky added a commit that referenced this issue Jul 10, 2014
@wsky wsky closed this as completed Jul 10, 2014
wsky added a commit that referenced this issue Jul 10, 2014
wsky added a commit that referenced this issue Jul 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant