public class ShallowParsedNameUtils extends java.lang.Object
Constructor and Description |
---|
ShallowParsedNameUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getFullyQualifiedName(ShallowEntity entity)
Returns the fully qualified name of the programming construct the given
entity represents.
|
static java.lang.String |
getFullyQualifiedName(ShallowEntity entity,
ELanguage language)
Returns the fully qualified name of the programming construct the given
entity represents.
|
public ShallowParsedNameUtils()
public static java.lang.String getFullyQualifiedName(ShallowEntity entity)
entity
- the entity must be of type MODULE, TYPE, METHOD, or ATTRIBUTE.public static java.lang.String getFullyQualifiedName(ShallowEntity entity, ELanguage language)
entity
- the entity must be of type MODULE, TYPE, METHOD, or ATTRIBUTE.