static MemberMemberBinding |
Expressions.memberBind(Member member,
Iterable<? extends MemberBinding> bindings) |
Creates a MemberMemberBinding that represents the recursive
initialization of members of a field or property.
|
static MemberMemberBinding |
Expressions.memberBind(Member member,
MemberBinding... bindings) |
Creates a MemberMemberBinding that represents the recursive
initialization of members of a field or property, using varargs.
|
static MemberMemberBinding |
Expressions.memberBind(Method method,
Iterable<? extends MemberBinding> bindings) |
Creates a MemberMemberBinding that represents the recursive
initialization of members of a member that is accessed by using
a property accessor method.
|
static MemberMemberBinding |
Expressions.memberBind(Method method,
MemberBinding... bindings) |
Creates a MemberMemberBinding that represents the recursive
initialization of members of a member that is accessed by using
a property accessor method, using varargs.
|