protected static class SemanticHighlightings.MethodHighlighting.PtolemyMethod
extends java.lang.Object
Constructor and Description |
---|
PtolemyMethod(int modifier,
java.lang.String returnType,
java.lang.String name,
java.lang.String[] argumentTypes)
Construct a Ptolemy special method description.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String[] |
_getArgumentTypes()
Get the names of the method's argument types.
|
protected int |
_getModifier()
Get the modifier of the method (a constant defined in
org.eclipse.jdt.core.dom.Modifier).
|
protected java.lang.String |
_getName()
Get the name of the method.
|
protected java.lang.String |
_getReturnType()
Get the name of the method's return type.
|
protected boolean |
_testMethod(org.eclipse.jdt.core.dom.IMethodBinding binding)
Test whether the method binding matches this method description.
|
PtolemyMethod(int modifier, java.lang.String returnType, java.lang.String name, java.lang.String[] argumentTypes)
modifier
- Modifier of the method (a constant defined in
org.eclipse.jdt.core.dom.Modifier).returnType
- Name of the method's return type.name
- The method name.argumentTypes
- Names of the method's argument types.protected java.lang.String[] _getArgumentTypes()
protected int _getModifier()
protected java.lang.String _getName()
protected java.lang.String _getReturnType()
protected boolean _testMethod(org.eclipse.jdt.core.dom.IMethodBinding binding)
binding
- The method binding.