org.crsh.cli.impl.lang
Class MethodArgumentBinding

java.lang.Object
  extended by org.crsh.cli.impl.lang.MethodArgumentBinding
All Implemented Interfaces:
Binding

 class MethodArgumentBinding
extends Object
implements Binding


Field Summary
private  int index
          .
 
Constructor Summary
MethodArgumentBinding(int index)
           
 
Method Summary
(package private)  int getIndex()
           
 void set(Object o, Object[] args, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

private final int index
.

Constructor Detail

MethodArgumentBinding

MethodArgumentBinding(int index)
Method Detail

getIndex

int getIndex()

set

public void set(Object o,
                Object[] args,
                Object value)
Specified by:
set in interface Binding


Copyright © 2015 eXo Platform SAS. All Rights Reserved.