|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.adamcornett.cminus.FunctionTable
public class FunctionTable
A Mapping of function using the function name as the key.
| Field Summary | |
|---|---|
private Map<String,Function> |
functions
|
| Constructor Summary | |
|---|---|
FunctionTable()
|
|
| Method Summary | |
|---|---|
void |
add(Function function)
|
Function |
get(String s)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final Map<String,Function> functions
| Constructor Detail |
|---|
public FunctionTable()
| Method Detail |
|---|
public void add(Function function)
public Function get(String s)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||