stella.parameter
Class ParameterStub.Finger

java.lang.Object
  extended by stella.parameter.ParameterStub.Finger
Enclosing class:
ParameterStub

public static class ParameterStub.Finger
extends Object

A class that allows access to parameter skeletons. It looks up the name given and retrieves the value from it.


Constructor Summary
ParameterStub.Finger()
           
 
Method Summary
static void main(String[] arg)
          First argument is the binding name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterStub.Finger

public ParameterStub.Finger()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
First argument is the binding name.

Throws:
Exception