Package org.eclipse.jface.text.templates
Class TemplateVariableType
java.lang.Object
org.eclipse.jface.text.templates.TemplateVariableType
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
-
Method Details
-
getName
Returns the type name of this variable type.- Returns:
- the type name of this variable type
-
getParams
Returns the unmodifiable and possibly empty list of parameters- Returns:
- the list of parameters
-
equals
-
hashCode
public int hashCode() -
toString
-