Class MethodWithOneParameter

java.lang.Object
org.opensourcephysics.ejs.control.MethodWithOneParameter

public class MethodWithOneParameter extends Object
A class to store and invoke methods using reflection.
  • Method Details

    • invoke

      public Value invoke(int _type, Object _callingObject)
    • equals

      public boolean equals(int _type, Object _target, String _name)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • resolveMethod

      public static Method resolveMethod(Object _target, String _name, Class<?>[] _classList)
    • splitMethodName

      public static String[] splitMethodName(String _inputName)