|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fife.ui.autocomplete.ParameterizedCompletion.Parameter
public static class ParameterizedCompletion.Parameter
A parameter passed to a parameterized Completion.
| Constructor Summary | |
|---|---|
ParameterizedCompletion.Parameter(Object type,
String name)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getDescription()
|
String |
getName()
|
String |
getType()
Returns the type of this parameter, as a string. |
Object |
getTypeObject()
Returns the object used to describe the type of this parameter. |
void |
setDescription(String desc)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterizedCompletion.Parameter(Object type,
String name)
type - The type of this parameter. This may be
null for languages without specific types,
dynamic typing, etc. Usually you'll pass a String for this
value, but you may pass any object representing a type in
your language, as long as its toString() method
returns a string representation of the type.name - The name of the parameter.| Method Detail |
|---|
public String getDescription()
public String getName()
public String getType()
null for none.public Object getTypeObject()
null for none.public void setDescription(String desc)
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||