|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.type.ResolvedSubtypeIndication
public class ResolvedSubtypeIndication
Subtype indication with a resolution function.
Constructor Summary | |
---|---|
ResolvedSubtypeIndication(java.lang.String resolutionFunction,
SubtypeIndication baseType)
Creates a resolved subtype indication. |
Method Summary | |
---|---|
SubtypeIndication |
getBaseType()
Returns the base type. |
java.lang.String |
getResolutionFunction()
Returns the resolution function. |
void |
setBaseType(SubtypeIndication baseType)
Sets the base type. |
void |
setResolutionFunction(java.lang.String resolutionFunction)
Sets the resolution function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResolvedSubtypeIndication(java.lang.String resolutionFunction, SubtypeIndication baseType)
resolutionFunction
- the resolution functionbaseType
- the base typeMethod Detail |
---|
public java.lang.String getResolutionFunction()
public void setResolutionFunction(java.lang.String resolutionFunction)
resolutionFunction
- the functionpublic SubtypeIndication getBaseType()
public void setBaseType(SubtypeIndication baseType)
baseType
- the base type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |