org.eclipse.m2m.atl.engine.vm.nativelib
Class ASMOclSimpleType
java.lang.Object
org.eclipse.m2m.atl.engine.vm.nativelib.ASMNativeObject
org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclAny
org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclType
org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclSimpleType
public class ASMOclSimpleType
- extends ASMOclType
An OclType for simple types.
| Fields inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclType |
myType |
| Methods inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclAny |
asBag, asSequence, asSet, check, debug, findOperation, findOperation, getHelper, getOclAnyType, getType, invoke, invoke, invokeSuper, isHelper, oclIsKindOf, oclIsTypeOf, oclIsUndefined, oclType, operatorEQ, operatorNE, output, refGetValue, refImmediateComposite, refImmediateComposite, refInvokeOperation, refSetValue, set, setType, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ASMOclSimpleType
public ASMOclSimpleType()
ASMOclSimpleType
public ASMOclSimpleType(java.lang.String name)
ASMOclSimpleType
public ASMOclSimpleType(java.lang.String name,
ASMOclType supertype)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getName
public java.lang.String getName()
- Specified by:
getName in class ASMOclType
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals in class java.lang.Object
conformsTo
public ASMBoolean conformsTo(ASMOclType other)
- Specified by:
conformsTo in class ASMOclType
setName
public void setName(java.lang.String name)
setName
public static void setName(StackFrame frame,
ASMOclSimpleType self,
ASMString name)