public class TypeUsage extends Object
| Constructor and Description |
|---|
TypeUsage(JvmDeclaredType usedType,
ITextRegion textRegion,
JvmMember context) |
TypeUsage(JvmDeclaredType usedType,
String suffix,
ITextRegion textRegion,
JvmMember context) |
TypeUsage(String usedTypeName,
String suffix,
ITextRegion textRegion,
JvmMember context) |
| Modifier and Type | Method and Description |
|---|---|
JvmMember |
getContext() |
String |
getContextPackageName() |
protected String |
getPackageName(JvmMember context) |
String |
getSuffix() |
ITextRegion |
getTextRegion() |
JvmDeclaredType |
getUsedType() |
String |
getUsedTypeName() |
public TypeUsage(JvmDeclaredType usedType, String suffix, ITextRegion textRegion, JvmMember context)
public TypeUsage(JvmDeclaredType usedType, ITextRegion textRegion, JvmMember context)
public TypeUsage(String usedTypeName, String suffix, ITextRegion textRegion, JvmMember context)
public JvmDeclaredType getUsedType()
public String getUsedTypeName()
public String getSuffix()
public ITextRegion getTextRegion()
public JvmMember getContext()
public String getContextPackageName()
Copyright © 2015. All Rights Reserved.