Class Operation

    • Constructor Detail

      • Operation

        public Operation()
    • Method Detail

      • getName

        public abstract java.lang.String getName()
      • getContextSignature

        public abstract java.lang.String getContextSignature()
      • getContextType

        public abstract ASMOclType getContextType()
      • getParameters

        public abstract java.util.List getParameters()
      • getReturnType

        public abstract ASMOclType getReturnType()
      • getSignature

        public abstract java.lang.String getSignature()