@Deprecated public final class JavaMethod extends Method
| Modifier and Type | Class and Description |
|---|---|
static class |
JavaMethod.Builder
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
QUALIFIER
Deprecated.
|
static int |
UNKNOWN_LINE
Deprecated.
|
QUALIFIER_CLASS, QUALIFIER_DIRECTORY, QUALIFIER_FIELD, QUALIFIER_FILE, QUALIFIER_LIB, QUALIFIER_METHOD, QUALIFIER_MODULE, QUALIFIER_PACKAGE, QUALIFIER_PROJECT, QUALIFIER_SUBVIEW, QUALIFIER_UNIT_TEST_CLASS, QUALIFIER_VIEW, SCOPE_ENTITY, SCOPE_SET, SCOPE_SPACE| Modifier and Type | Method and Description |
|---|---|
static JavaMethod |
createRef(JavaClass javaClass,
String signature)
Deprecated.
|
static JavaMethod |
createRef(String key)
Deprecated.
|
String |
getClassName()
Deprecated.
|
String |
getDescription()
Deprecated.
|
int |
getFromLine()
Deprecated.
|
String |
getLongName()
Deprecated.
|
String |
getName()
Deprecated.
|
Resource |
getParent()
Deprecated.
|
String |
getSignature()
Deprecated.
|
int |
getToLine()
Deprecated.
|
boolean |
isAccessor()
Deprecated.
|
String |
toString()
Deprecated.
|
createMethod, equals, getLanguage, getQualifier, getScope, hashCode, matchFilePatterngetDeprecatedKey, getEffectiveKey, getId, getKey, getPath, isExcluded, normalize, setDeprecatedKey, setEffectiveKey, setExcluded, setId, setKey, setPathpublic static final String QUALIFIER
public static final int UNKNOWN_LINE
public int getFromLine()
public int getToLine()
public String getSignature()
public String getClassName()
public boolean isAccessor()
public String getLongName()
getLongName in class Methodpublic String getDescription()
getDescription in class Methodpublic static JavaMethod createRef(String key)
public static JavaMethod createRef(JavaClass javaClass, String signature)
Copyright © 2009-2014 SonarSource. All Rights Reserved.