Package jtdog.method
Class MethodList
- java.lang.Object
-
- jtdog.method.MethodList
-
public class MethodList extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MethodList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMethodIdentifier(MethodIdentifier identifier)voidaddMethodProperty(MethodIdentifier identifier, MethodProperty property)java.util.List<MethodIdentifier>getMethodIdentifierList()MethodPropertygetPropertyByIdentifier(MethodIdentifier identifier)MethodPropertygetPropertyByName(java.lang.String name)
-
-
-
Method Detail
-
addMethodIdentifier
public void addMethodIdentifier(MethodIdentifier identifier)
-
getMethodIdentifierList
public java.util.List<MethodIdentifier> getMethodIdentifierList()
-
addMethodProperty
public void addMethodProperty(MethodIdentifier identifier, MethodProperty property)
-
getPropertyByIdentifier
public MethodProperty getPropertyByIdentifier(MethodIdentifier identifier)
-
getPropertyByName
public MethodProperty getPropertyByName(java.lang.String name)
-
-