Package org.eclipse.jface.text.templates
Class TemplateVariableType
- java.lang.Object
-
- org.eclipse.jface.text.templates.TemplateVariableType
-
public final class TemplateVariableType extends Object
Value object that represents the type of a template variable. A type is defined by its name and may have parameters.- Since:
- 3.3
- Restriction:
- This class is not intended to be instantiated by clients.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getName()
Returns the type name of this variable type.List<String>
getParams()
Returns the unmodifiable and possibly empty list of parametersint
hashCode()
String
toString()
-